Destroy a call rate.
The unique ID of billing.
No Content
const response = await fetch('https://HOSTNAME:8887/api/call_rates/{id}/destroy', { method: 'POST', headers: {}, }); const data = await response.json();