Skip to main content
DELETE
/
files
/
{fileOrDirId}
Delete File or Directory
curl --request DELETE \
  --url https://api.mijnklantportaal.nl/v1/files/{fileOrDirId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

fileOrDirId
string
required

ID of the file or directory to delete

Example:

"fsf_abc12345678"

Response

No content

I