API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

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

NameTypBeschreibung
projectIderforderlichstring
protocolIderforderlichstring

Beispiel

curl -X DELETE https://api.codemeta-os.de/v1/projects/{projectId}/acceptance-protocols/{protocolId} \
  -H "X-Tenant-Id: $TENANT" \
  -b cookies.txt
const result = await cm.projects.delete();

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche