Zum Hauptinhalt springen
POST
/
api
/
publicapi
/
v1
/
catalogs
/
{catalogId}
/
clear
Löscht alle Einträge aus dem Katalog
curl --request POST \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/clear \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

Autorisierungen

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Pfadparameter

catalogId
string
erforderlich

Katalog-ID. Sie finden sie in der Liste aller Kataloge.

Antwort

Sämtliche Einträge wurden erfolgreich aus dem Katalog gelöscht