Proxy-seller

Berechtigung löschen

Endpunkt:

DELETEhttps://proxy-seller.com/personal/api/v1/{YourApiKey}/auth/delete

Beispiel

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

Pfadparameter:

Name

Wert

Beschreibung

Autorisierung

<Your_API_Key>

Ihr persönlicher API-Schlüssel (wie man)

Körper der Anfrage

Name

Typ

Beschreibung

id

Zeichenfolge

id: Autorisierungs-ID (erforderlich)

Antwort

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

Autorisierungnicht gefunden

{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Set exists [id]",
            "code": 0,
            "customData": null
        }
    ]
}

On this page