Skip to main content
DELETE
Delete a file or directory

Authorizations

Authorization
string
header
required

Personal access token (msb_pat_…) or session JWT - the credential an agent acts with on a user's behalf.

Headers

x-msb-file-path
string
required

URL-safe base64 encoded volume-relative UTF-8 path

x-msb-file-recursive
boolean | null

Recursively remove a directory; defaults to false

Path Parameters

slug
string
required

Organization slug

id
string<uuid>
required

Volume UUID

Response

Delete a file or directory

Confirmation that a filesystem change succeeded.

ok
boolean
required