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>"
}
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>"
}
Dispatch rule removed successfully
The response is of type object
.