cURL
curl --request DELETE \ --url https://api.pingmee.co.il/conversations/{id}/agents \ --header 'Content-Type: application/json' \ --header 'Cookie: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "agentIds": [ "<string>" ] } '
{}
Remove agents from a conversation.
Unique identifiers of the conversation participants. Must be URL-encoded.
List of agent IDs to remove from the conversation.
Agent IDs to remove.
Agents removed successfully
The response is of type object.
object