Skip to content

DELETE /api/resellers/removeNumber

Remove phone number from Onlinesim server list

WARNING

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.

Parameters

NameTypeDescription
number*string

Phone number in international format (including country code)

Example:+460509081050
teststring

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.

Enum:test1test2
NameTypeDescription
Authorization*string

see more here

Example:Bearer apikey

Responses

200

Onlinesim server response

Code Samples