Skip to content

Delete a Template

Endpoint: DELETE https://api.mailjet.com/v1/REST/templates/:id

You can delete a template using the template ID.

Caution!

Once a template is deleted, it cannot be restored. Ensure you have verified the template ID and are certain about deleting the template before proceeding with this action..

URL Parameters

id = The ID of the template.

Example Request

curl --request DELETE \
  --url https://api.mailjet.com/v1/rest/templates/1 \
  --header 'Authorization: Bearer 612d5125131d406081abb9cd2afdc4e3'

Status Code 204