Skip to main content

Delete a batch of numbers

POST 
/phone_numbers/jobs/delete_phone_numbers

Creates a new background job to delete a batch of numbers. At most one thousand numbers can be updated per API call.

Request

Body

required

    phone_numbers string[]required

Responses

202: Phone numbers job delete phone numbers requested.

401: Unauthorized

403: Forbidden

422: Unprocessable Entity

default: Unexpected error

Loading...