DELETE /v1/projects/{projectId}/acceptance-protocols/{protocolId}
DELETE/v1/projects/{projectId}/acceptance-protocols/{protocolId}
Soft-delete an acceptance protocol (not allowed once SIGNED). (ADR 0224)
Datenmodell
Diese Operation arbeitet auf der Entität Project (project). Alle 44 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
projectIderforderlich | string | |
protocolIderforderlich | string |
Beispiel
curl -X DELETE https://api.codemeta-os.de/v1/projects/{projectId}/acceptance-protocols/{protocolId} \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.projects.delete();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |