For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete chat message

Delete a message by ID

delete

The chat ID is provided in the route.

Path parameters
chatIdstringRequired

The chat ID.

idstringRequired

The message ID.

Responses
204

No Content

No content

delete/public/v1/helpdesk/chats/{chatId}/messages/{id}
DELETE /public/v1/helpdesk/chats/{chatId}/messages/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*

No content

Last updated

Was this helpful?