DELETE
/
v1
/
Call
curl --request DELETE \
  --url https://api.nlpearl.ai/v1/Call \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "callIds": [
    "<string>"
  ]
}'
true

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Body

The request object containing the list of call IDs to be deleted.

Represents the request object used to delete one or more calls.

Response

200
text/plain

Returns a boolean indicating if the deletion was successful.

The response is of type boolean.