Check out our upcoming events and meetups! View events →
Remove a phone number from Number Reputation monitoring without requiring an enterprise_id.
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});
await client.reputation.numbers.delete('+16035551234');{
"errors": [
{
"code": "10015",
"title": "Bad Request",
"detail": "User has already agreed to Terms of Service version v1.0.0",
"meta": {
"url": "<string>"
},
"source": {
"pointer": "/body/organization_type"
}
}
]
}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.
Was this page helpful?
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});
await client.reputation.numbers.delete('+16035551234');{
"errors": [
{
"code": "10015",
"title": "Bad Request",
"detail": "User has already agreed to Terms of Service version v1.0.0",
"meta": {
"url": "<string>"
},
"source": {
"pointer": "/body/organization_type"
}
}
]
}