🚀 API 2.0 is now live! See our API Reference for details.
🚀 API 2.0 is now live! See our API Reference for details.
Removes one or more phone numbers from the account blacklist.
curl --request POST \
--url https://api.nlpearl.ai/v2/Account/Blacklist/Remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phoneNumbers": [
"<string>"
]
}
'trueDocumentation Index
Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt
Use this file to discover all available pages before exploring further.
Specify the authorization token.
For more information, check out the Authorization Guide.
Request to add or remove phone numbers or prefixes from the blacklist.
PhoneNumbers:
The result of the remove operation.
The response is of type boolean.
curl --request POST \
--url https://api.nlpearl.ai/v2/Account/Blacklist/Remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phoneNumbers": [
"<string>"
]
}
'true