Skip to main content
DELETE
/
conversations
/
{id}
/
agents
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>"
  ]
}
'
{}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Unique identifiers of the conversation participants. Must be URL-encoded.

Body

application/json

List of agent IDs to remove from the conversation.

agentIds
string[]
required

Agent IDs to remove.

Response

Agents removed successfully

The response is of type object.