Skip to main content
Bulk delete meetings
curl --request POST \
  --url https://api.example.com/meetings/bulk-delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    123
  ]
}
'
{}

Body

application/json
ids
integer[]
required

Response

200 - application/json

OK

The response is of type object.