Skip to main content
DELETE
/
v2
/
sms-templates
/
{sms_template_id}
Delete an SMS Template
curl --request DELETE \
  --url https://api.example.com/v2/sms-templates/{sms_template_id} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "status": 123,
  "title": "<string>",
  "errors": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ],
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

sms_template_id
string
required

Response

Successful Response