latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

blacklist

Remove a number from a user's blacklist

Removes a phone number from a user's personal blacklist, allowing calls from this number to reach the user again. If the number was not in the blacklist, the request returns 304 Not Modified.

Permission: Users Write required.

Monitoring impact:

  • OFF: Can only remove from your own blacklist.
  • ON: Can remove from any user's blacklist.
delete/users/{userId}/blacklists/numbers/{phoneNumber}

Path parameters

userIdinteger required
Example:123456

The identifier of the user

phoneNumberinteger required
Example:33612345678

Phone number in E.164 format without the + prefix (e.g., 33612345678).

Response

Successful operation