DELETE
/
api
/
v1
/
phone-number
/
inbound
/
{id}
/
dispatch-rule
Remove inbound dispatch rule
curl --request DELETE \
  --url https://prod.featherhq.com/api/v1/phone-number/inbound/{id}/dispatch-rule \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "displayMessage": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Dispatch rule removed successfully

The response is of type object.