LANGUAGE
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!
curl --request DELETE \
--url {{baseURL}}api/v1/template/:templateId \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here!