curl --request DELETE \
--url https://api.getoutbox.ai/agency/phone \
--header 'Content-Type: application/json' \
--data '
{
"phone_number_id": "<string>"
}
'Delete an agency phone number. Note: Requires Agency API Key.
curl --request DELETE \
--url https://api.getoutbox.ai/agency/phone \
--header 'Content-Type: application/json' \
--data '
{
"phone_number_id": "<string>"
}
'Phone number ID to delete
ID of the phone number to delete
Phone number deleted successfully