POST
/
conversation
/
{id}
/
unassign
curl --request POST \
  --url https://api.wapikit.com/api/conversation/{id}/unassign \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "<string>"
}'
{
  "data": true
}

Path Parameters

id
string
required

The id value of the conversation you want to unassign.

Body

application/json

assign conversation info

The body is of type object.

Response

200
application/json

OK

The response is of type object.