Zum Hauptinhalt springen
POST
/
api
/
publicapi
/
v1
/
catalogs
/
{catalogId}
/
records
/
delete
Löscht die angegebenen Einträge aus dem Katalog
curl --request POST \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/records/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '[
  "<string>"
]'
{
  "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

Katalogkennung. Sie finden diese in der Liste aller Kataloge.

Body

Ein Array von Datensatzkennungen, die gelöscht werden sollen

Required array length: 1 - 5000 elements

Antwort

OK