Skip to main content
Version: v8.2

Batch delete SMS numbers

DELETE

/org/{tenant}/v2/sms/numbers/batch

Platform support: MT and CC

Deletes multiple SMS numbers in a single request.

Each item in requests maps to a single DELETE /v2/sms/numbers/{id} call. The resource_id field is required for each item and identifies the record to delete.

All items are processed independently — a failure on one item does not stop the rest. Deletion is blocked per item if the number has an active bulk message campaign.

The top-level response is always 200 OK. Each individual result is returned inside the responses array with its own status code (204 on success, 4xx/5xx on failure).

Request

Responses

OK — batch processed (check individual item statuses)