cURL
curl --request DELETE \ --url https://api.puretalk.ai/api/ai-assistants/{assistant_id} \ --header 'X-API-KEY: <api-key>'
{ "err": true, "msg": "<string>" }
Delete an AI Assistant based on the ID supplied
Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.
ID of AI Assistant to delete
AI Assistant deleted
The response is of type object.
object
Was this page helpful?