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
OK
Was this page helpful?