Skip to content

Delete an uploaded file by secret and filename

DELETE
/api/v4/projects/{id}/uploads/{secret}/{filename}

Deletes an uploaded file with a specified secret and filename. 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

secret
required
string

The 32-character secret of a project upload

filename
required
string

The filename of a project upload

No Content

Bad request

Unauthenticated

Not found