Delete Contact Data
Contacts
Delete Contact Data
Delete the stored data for a contact phone number
DELETE
Delete Contact Data
Use this endpoint when the state stored against a caller’s phone number is no
longer needed. Deletion removes the current value from reads while keeping the
contact itself and its revision history.
Deletion is idempotent. If no current data exists, the endpoint still returns
success with
The response confirms the normalized phone number and whether a current value
was deleted:
The endpoint returns
"deleted": false.
Data is scoped to your organization. US numbers can be formatted or sent as
digits. Non-US numbers must include the + country code. URL-encode the +
when it appears in the path.
401 when authentication fails and 422 when the phone
number is invalid.Authorizations
Path Parameters
The caller's phone number. US numbers may be formatted or sent as digits; non-US numbers must include the + country code.