Remove a phone number from reputation monitoring
Stop tracking the reputation of this phone number. The number itself remains in your inventory; only the reputation registration is removed.
DELETE
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The enterprise id. Lowercase UUID.
Example:
"4a6192a4-573d-446d-b3ce-aff9117272a6"
Phone number in E.164 format (+1NPANXXXXXX for US/CA). The leading + MUST be URL-encoded as %2B (e.g. %2B19493253498).
Example:
"+19493253498"
Response
204 (no body)
Get a single reputation-monitored phone number
Previous
List reputation-monitored phone numbers across all enterprises
Next
JavaScript