Skip to content

Removes the blocked phone number resource

DELETE
/blocked_numbers/{id}

Removes the blocked phone number resource from the user’s blocked list

id
required
integer

Blocked number ID

Blocked_number resource deleted

Client ID or API key isn’t active or invalid!

Account isn’t activated. Please wait or contact to support!

Resource not found

IP address was temporary blocked, because during short time from it was sent many request with invalid credentials. Please wait and try later.

Code Samples

#!/usr/bin/env bash
curl -X DELETE https://api.lox24.eu/blocked_numbers/12344 \
-H 'Content-Type: application/json' \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'