Delete Calls
Deletes one or more calls
Authorizations
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.
The list of unique identifiers of the calls to delete.
Optional. Determines how much of each call is removed. When provided, the calls are kept and only the parts flagged true are stripped (transcript, recording, summary, variables). When omitted, each call is fully deleted: every part is purged, the recording is removed, and the call is marked as deleted.
Response
Returns a boolean indicating if the deletion was successful.
The response is of type boolean.

