Disassociate a phone number
Remove a phone number from Number Reputation monitoring for an enterprise.
The number will no longer be tracked and reputation data will no longer be refreshed.
DELETE
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the enterprise (UUID)
Example:
"6a09cdc3-8948-47f0-aa62-74ac943d6c58"
Phone number in E.164 format
Example:
"+16035551234"
Response
Phone number disassociated successfully
JavaScript