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

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
boolean
Example:

"as_***"