curl --location --request POST '/phone_numbers/jobs/delete_phone_numbers' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_numbers": [
"+19705555098",
"+19715555098",
"32873127836"
]
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************