cURL
curl --request POST \ --url https://api.wapikit.com/api/conversation/{id}/unassign \ --header 'Content-Type: application/json' \ --data '{ "userId": "<string>" }'
{ "data": true }
unassign a conversation from a user
The id value of the conversation you want to unassign.
assign conversation info
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?