Skip to main content
DELETE
/
mail_templates
/
{template_id}
Delete
curl --request DELETE \
  --url https://api.sandbox.monite.com/v1/mail_templates/{template_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-monite-version: <x-monite-version>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-monite-version
string<date>
required

Path Parameters

template_id
string<uuid>
required

Response

Successful Response