Skip to main content

Remove

curl --location --request DELETE 'https://{{base_url}}/v3/template/e7c099d6-cac7-4d8a-b591-8f66a32db6e1' \
--header 'Content-type: application/json' \
--header 'Authorization: Bearer {{token}}'

Response trả về:

{
"deleted": "true"
}

Error Response trả về:

{
"error": "template not found"
}

HTTP Request

DELETE https://{{base_url}}/v3/template/{{template_uuid}}