Skip to content

Delete an uploaded file by ID

DELETE
/api/v4/projects/{id}/uploads/{upload_id}

Deletes an uploaded file with a specified ID. You must have the Maintainer or Owner role for the project.

id
required
One of:
string

The ID or URL-encoded path of the project

upload_id
required
integer

The ID of a project upload

No Content

Bad request

Unauthenticated

Not found