API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Delete approval_request

DELETE/v1/approval_requests/{id}

Soft delete entity.

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

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

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche