SparrowDesk
ConversationsId

Delete a conversation

DELETE
/conversations/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idinteger

Conversation id

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://app.sparrowdesk.com/v1/conversations/0"
{
  "data": {
    "success": true
  }
}
{
  "error": {
    "message": "Invalid conversation ID"
  }
}
{
  "error": {
    "message": "Conversation not found"
  }
}
{
  "error": {
    "message": "Error deleting conversation"
  }
}