Destroy

Destroy completed call report

post

Destroy completed call report by it's unique ID.

Authorizations
Path parameters
idall ofrequired

The unique ID of this call report.

The unique ID of the resource.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/completed_call_reports/{id}/destroy' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Was this helpful?