Skip to main content

Delete File

DELETE 

/api/v1/beta/files/:file_id

Delete a single file from the project.

Args: file_id: The ID of the file to delete project: Validated project from dependency db: Database session

Returns: None (204 No Content on success)

Request

Responses

Successful Response