Kustomer API

Getting access, Developing, Testing

Back to Kustomer

Delete Conversation

Delete conversation using its unique ID.

Any one of the following roles is required for this endpoint:

|Legacy Role|Equivalent Permission Set Role| |-----|--------| |org.user.conversation.delete|org.permission.conversation.delete|

Input

type: object properties: parameters: type: object properties: id: type: string description: (Required) Unique id associated with a conversation required: - id title: Parameters