Delete a UserChat
Remove a particular UserChat
and related data.
Parameter
Accessible via URL https://api.channel.io/open/v5/user-chats/{userChatId}
and HTTP DELETE
Parameter | Example | Required | Description | Parameter type |
---|---|---|---|---|
userChatId | 5e65fa8bc2409f0c1fd3 | Required | ID of UserChat | Path |
Example
DELETE https://api.channel.io/open/v5/user-chats/5e65fa8bc2409f0c1fd3/remove
Response
204
Updated about 1 year ago