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
Documentation IndexFetch the complete documentation index at: https://docs.puretalk.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.puretalk.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Was this page helpful?