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_***" }
Retrieve your key from Dashboard.
ID of the template
Successful response
"success"
"as_***"