Nurama Developers
Convos

Cancel/delete a convo

Marks the convo as `cancelled`, clears the chat's active convo and posts a system message. Only the user who started the convo can delete it.

DELETE
/convos/{convoId}

Marks the convo as cancelled, clears the chat's active convo and posts a system message. Only the user who started the convo can delete it.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

convoId*string

Convo ID

Formatuuid

Response Body

curl -X DELETE "https://example.com/convos/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty