Delete intents (single or multiple)
Authorizations
X-Auth-TokenstringRequired
Header parameters
X-Auth-TokenstringRequired
API key for authentication
Body
intent_idsstring[]Required
Array of intent IDs to delete
Responses
200
All intents deleted successfully
application/json
successbooleanOptionalExample:
truedeleted_countintegerOptional
Number of intents successfully deleted
400
Bad request - invalid parameters
application/json
401
Unauthorized
404
No valid intents found
application/json
422
Cannot delete intents that have already been sent
application/json
delete
/intents/bulk_destroyLast updated