Skip to main content

Delete Template

DELETE {{baseURL}}api/v1/template/:templateId

Description

To remove a template

Path Variable

  • templateId: string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request DELETE \ 
--url {{baseURL}}api/v1/template/:templateId \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!