POST
/
api
/
contact
/
delete-batch
curl --request POST \
  --url https://api.plazbot.com/api/contact/delete-batch \
  --header 'Content-Type: application/json' \
  --header 'x-workspace-id: <x-workspace-id>' \
  --data '{
  "workspaceId": "string",
  "contactIds": [
    {
      "ids": "string"
    }
  ]
}'

Headers

x-workspace-id
string
required

Body

application/json

Response

200

OK