Zum Inhalt springen
Leadtime
Deutsch
Esc
navigateopen⌘Jpreview

Delete an agent chat

Deletes an in-app agent chat owned by the authenticated user.

DELETE/agent-chats/{chatId}
Authorization
AuthorizationOAuth2 access token · headerrequired
Scopes:api:write
or
AuthorizationBearer token (JWT) · headerrequired
Path parameters
chatIdstringrequired
Responses
200
successbooleanrequired
401Unauthorized - Invalid or missing authentication token
403Forbidden - Insufficient API scopes or permissions
404Chat not found
Request
curl -X DELETE "https://leadtime.app/api/public/agent-chats/string" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Response
{
  "success": true
}