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

#!/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'
id
required
integer

Blocked number ID

Blocked_number resource deleted

Resource not found