delete removeNumber

https://{ourserver.com}/api/resellers/removeNumber
v2

IMPORTANT NOTE!
URL of Onlinesim server is provided by Onlinesim partner support specialists. Please note, that the URL in the example is just a placeholder.

This request allows to delete specific numbers from the list of your current numbers.

You can use it instead of sendNumbersOnline request to modify the list of numbers precisely, by deleting the numbers that are on the list.

Servers

https://{ourserver.com}

Parameters

number
Required
Phone number in international format (including country code)
In: query
Schema:
  • string
    Example: "+460509081050"
test

Testing parameter. Allowed values are test1, test2.
While being assigned, test1 value will allow the request to be passed, however the data won't be saved by our server (the function will not be executed by this request).
While being assigned, test2 value will print out your request's payload in response.

In: query
Schema:
  • string
    Example: "test1"
    Enum: test1 test2
Authorization
Required

see more here

In: header
Schema:
  • string
    Example: "Bearer apiKey"

Responses

200

Onlinesim server response
Content Type:
application/json
  • Schema
  • Examples
  • object
    Example: {"response":1}
    Properties:
    • response
      mixed
      1, if request was successful, otherwise error message will come up
      Example: 1
      One Of:
      • string
        Example: "string"
      • integer
        Example: 0