Skip to main content
DELETE
/
phone-numbers
/
verified-caller-ids
/
{id}
Delete verified caller ID
curl --request DELETE \
  --url https://api.helloannie.com/v1/phone-numbers/verified-caller-ids/{id}
{
  "success": true,
  "data": {},
  "message": "<string>"
}

Path Parameters

id
string<uuid>
required

The ID of the verified caller ID to delete

Response

Confirmation that a verified caller ID has been removed

success
enum<boolean>
required
Available options:
true
data
object
required
message
string
required