API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

DELETE /v1/webspaces/{id}/files

DELETE/v1/webspaces/{id}/files

Delete a file or directory (file manager)

Datenmodell

Diese Operation arbeitet auf der Entität webspace (webspace). Alle 32 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.

Request Body

NameTypBeschreibung
patherforderlichstring

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X DELETE https://api.codemeta-os.de/v1/webspaces/{id}/files \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "path": "string"
}'
const result = await cm.webspaces.delete({
  "path": "string"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche