curl --request DELETE \
--url https://prod.featherhq.com/api/v1/phone-number/{id} \
--header 'X-API-Key: <api-key>'
{
"success": true,
"displayMessage": "<string>"
}
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/phone-number/{id} \
--header 'X-API-Key: <api-key>'
{
"success": true,
"displayMessage": "<string>"
}
Phone number deleted successfully
The response is of type object
.