Delete authorization

Endpoint:

DELETE https://proxy-seller.com/api/v1/{YourApiKey}/auth/delete

Example

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/auth/delete

Path parameters:

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key (how to get)

Request body

NameTypeDescription

id

String

id: Authorization ID (required)

Response

{
  "status": "success",
  "data": {
    "deleted": true
  },
  "errors": []
}

Last updated