Skip to main content

Deletes all numbers associated with a phone number block

POST 
/phone_number_blocks/jobs/delete_phone_number_block

Creates a new background job to delete all the phone numbers associated with the given block. We will only consider the phone number block as deleted after all phone numbers associated with it are removed, so multiple executions of this job may be necessary in case some of the phone numbers present errors during the deletion process.

Request

Body

required

    phone_number_block_id stringrequired

Responses

202: Phone number blocks job delete phone numbers requested.

default: Unexpected error

Loading...