Destroy

Delete an action url

Destroy an action url from virtual receptionist.

POSThttps://HOSTNAME:8887/api/ivrs/{id}/action_urls/{url_id}/destroy
Path parameters
id*all of

The unique ID of virtual receptionist.

url_id*all of

The unique ID of action url.

Response

No Content

Request
const response = await fetch('https://HOSTNAME:8887/api/ivrs/{id}/action_urls/{url_id}/destroy', {
    method: 'POST',
    headers: {},
});
const data = await response.json();