Skip to content

Delete a Dialogue

DELETE https://app.sociable.how/api/dialogues

Use this endpoint to delete dialogues.

Request Parameters

ParameterDescriptionExample
dialogueIdid property of dialogue to be deleted36cc135b-dd0d-4b8a-a19d-ebf7253bbf4a

Sample request:

{
"dialogueId": "36cc135b-dd0d-4b8a-a19d-ebf7253bbf4a"
}

Sample response:

{
"success": true
}