Delete a Dialogue
DELETE https://app.sociable.how/api/dialogues
Use this endpoint to delete dialogues.
Request Parameters
Section titled “Request Parameters”| Parameter | Description | Example | 
|---|---|---|
dialogueId | id property of dialogue to be deleted | 36cc135b-dd0d-4b8a-a19d-ebf7253bbf4a | 
Sample request:
Section titled “Sample request:”{    "dialogueId": "36cc135b-dd0d-4b8a-a19d-ebf7253bbf4a"}Sample response:
Section titled “Sample response:”{    "success": true}