Disable Number Reputation
Disable Number Reputation for an enterprise.
This will:
- Delete the reputation settings record
- Log the deletion for audit purposes
- Stop all future automated reputation checks
Note: Can only be performed on approved reputation settings.
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"
Response
Reputation settings disabled successfully
JavaScript