Delete a Conversation

Soft-delete a conversation by id. In the app, only organization admin or owner roles can delete a conversation from the chat header.

Endpoint

DELETE
/conversations/:id

Request

Response

The API returns the removed or soft-deleted conversation record (exact shape depends on server configuration). On success, HTTP status is typically 200 or 204 depending on your Feathers adapter.

Notes

  • Ensure the authenticated user has permission to delete conversations for the organization.
  • After deletion, list views should no longer return this id unless your API includes archived rows.

Report an issue with this documentation

Please log in to report issues with our documentation.