https://{ourserver.com}/api/resellers/removeNumbersDELETE /api/resellers/removeNumbers
Remove multiple phone numbers from the existing list
This request allows to delete specific numbers from the list of your current numbers in bulk.
Parameters
header1
| Name | Type | Description |
|---|---|---|
Authorization* | string | see more here |
query1
| Name | Type | Description |
|---|---|---|
test | string | Optional field for the request body of Reseller API v2. Allowed values are While being assigned, While being assigned, Can be passed as query parameter (for GET) or as a field in request's body (for POST). Both ways are equivalent, but using them simultaneously is not recommended. Enum: test1test2 |
Request Body
application/jsonBodyobject
idsstring[]
numbersstring[]
Responses
200Onlinesim server response
Onlinesim server response
application/jsonResponseobject
responseoneOf
Examples
{
"response": "1"
}{
"response": "0"
}[
{
"response": "ERROR_WRONG_KEY"
}
]400Missing or incorred parameters (request must contain parameters in it's body with proper names as described in documentation)
Missing or incorred parameters (request must contain parameters in it's body with proper names as described in documentation)
application/jsonResponseobject
401Unauthorized. The request is missing or uses an invalid API key. Some endpoints may return a 200 status with an ERROR_WRONG_KEY message instead of 401 — check the response body
Unauthorized. The request is missing or uses an invalid API key. Some endpoints may return a 200 status with an ERROR_WRONG_KEY message instead of 401 — check the response body
text/plain403Forbidden. The request was understood but refused due to insufficient permissions
Forbidden. The request was understood but refused due to insufficient permissions
application/json