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

Documentation Index

Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Body

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

callIds
string[] | null

The list of unique call IDs to delete.

Response

Returns a boolean indicating if the deletion was successful.

The response is of type boolean.