Delete an agent chat
Deletes an in-app agent chat owned by the authenticated user. Requires agents.chat in addition to api:write.
DELETE
/agent-chats/{chatId}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
chatIdstringrequiredResponses
200
successbooleanrequired401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions
404
Chat not found