Delete multiple conversation items
Delete multiple items from a conversation with the given ID.
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Path Parameters
The ID of the conversation
Body
Array of item IDs to delete
1Response
OK
The unique ID of the conversation
The object type, always 'conversation'
Unix timestamp of when the conversation was created
Unix timestamp of when the conversation was soft-deleted, or null if not deleted.
Identity of the conversation owner. Either a SHA256 hash or raw userId:externalUserId depending on IDENTITY_MODE.