Delete authorization
Endpoint:
DELETEhttps://proxy-seller.com/personal/api/v1/{YourApiKey}/auth/delete
Example
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/auth/deletePath parameters:
Name | Value | Description |
|---|---|---|
Authorization |
| Your personal API key (how to get) |
Request body
Name | Type | Description |
|---|---|---|
id | String | id: Authorization ID (required) |
Response
{
"status": "success",
"data": {
"deleted": true
},
"errors": []
}Authorization not found
{
"status": "error",
"data": null,
"errors": [
{
"message": "Set exists [id]",
"code": 0,
"customData": null
}
]
}