Delete File From Folder

Delete a file from a folder.

Authentication

AuthorizationBearer

Header authentication of the form Bearer <token>

Path Parameters

folder_idstringRequiredformat: "^source-[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"=43 characters

The ID of the source in the format ‘source-<uuid4>’

file_idstringRequiredformat: "^file-[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"=41 characters

The ID of the file in the format ‘file-<uuid4>’

Response

Successful Response

Errors