API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/dms/documents/{id}/unlink

POST/v1/dms/documents/{id}/unlink

Unlink a DMS document from an entity

Request Body

NameTypBeschreibung
entityTypeerforderlichstring
entityIderforderlichstring<uuid>

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring<uuid>

Beispiel

curl -X POST https://api.codemeta-os.de/v1/dms/documents/{id}/unlink \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "entityType": "string",
  "entityId": "0193f4a2-…"
}'
const result = await cm.dms.post({
  "entityType": "string",
  "entityId": "0193f4a2-…"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche