GET /api/rent/closeRentNum.php
Close virtual phone number rent operation
This request closes the specified rent operation.
WARNING
Closing the operation is irreversible process: once you close the operation, you won't be able to use this rental number again.
You should only use this request when you certain that this number is no longer needed.
Security
- apikey
- BearerAuth
- OAuth2 (Scopes: rent-scope)
rent-scope: grants access to renting phone numbers from Onlinesim
Parameters
| Name | Type | Description |
|---|---|---|
tzid* | integer≥ 1 | Operation ID Example: 10000 |
lang | string | Response language: Enum: frderuenzhDefault:ruExample:en |
Responses
200
‘Successful response for closeRentNum request: the server closes
the current rental operation and returns information for it or
throws an exception.’
Code Samples
No code samples available