POST /v1/dms/documents/{id}/unlink
POST/v1/dms/documents/{id}/unlink
Unlink a DMS document from an entity
Request Body
| Name | Typ | Beschreibung |
|---|
entityTypeerforderlich | string | |
entityIderforderlich | string<uuid> | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string<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 |