curl --location --request POST '/phone_number_blocks/jobs/delete_phone_number_block' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number_block_id": "f3946371-7199-4261-9c3d-81a0d7935146"
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************