Skip to main content
DELETE
/
agency
/
phone
Delete Agency Phone Number
curl --request DELETE \
  --url https://api.getoutbox.ai/agency/phone \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone_number_id": "<string>"
}
'

Body

application/json

Phone number ID to delete

phone_number_id
string
required

ID of the phone number to delete

Response

Phone number deleted successfully