Skip to main content
DELETE
/
templates
/
delete
cURL
curl --request DELETE \
  --url https://alto.dialme.at/api/altov2/public/templates/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "message": "success",
  "deleted": "tp_***"
}

Authorizations

Authorization
string
header
required

Retrieve your key from Dashboard.

Body

application/json
id
string
required

ID of the template

Response

Successful response

message
string
Example:

"success"

deleted
string
Example:

"tp_***"