Deletes a specific assistant.
cURL
curl --request DELETE \ --url https://app.phonebot.io:80/api/v1/vendors/{vendorId}/organizations/{organizationId}/assistants/{assistantId}
{ "success": true, "timestamp": "2025-04-17T14:23:30Z", "message": "<string>", "data": null, "traceId": "<string>" }
ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the Assistant to delete (UUID)
Assistant successfully deleted
Standard API response wrapper
Indicates if the request was successful
true
Response timestamp in ISO-8601 format
"2025-04-17T14:23:30Z"
Human-readable message
Payload data object
null
Correlation or trace ID
Was this page helpful?