Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the file or directory to delete
Example:
"fsf_abc12345678"
Response
No content
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/files/{fileOrDirId} \
--header 'Authorization: Bearer <token>'This response does not have an example.Delete a file or directory by the ID
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/files/{fileOrDirId} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the file or directory to delete
"fsf_abc12345678"
No content