Skip to content

Delete an uploaded file by secret and filename

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

Deletes an uploaded file with a specified secret and filename. You must have the Maintainer or Owner role for the group.

id
required
One of:
string

The ID or URL-encoded path of the group

secret
required
string

The 32-character secret of a group upload

filename
required
string

The filename of a group upload

No Content

Bad request

Unauthenticated

Not found