Destroy

Delete a call rate

post

Destroy a call rate.

Authorizations
Path parameters
idall ofrequired

The unique ID of billing.

The unique ID of the resource.

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

No body

Was this helpful?