Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/phone-number/inbound/{id}/dispatch-rule \
--header 'Authorization: Bearer <token>'{
"success": true,
"displayMessage": "<string>"
}curl --request DELETE \
--url https://prod.featherhq.com/api/v1/phone-number/inbound/{id}/dispatch-rule \
--header 'Authorization: Bearer <token>'{
"success": true,
"displayMessage": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.