Skip to content

Delete an uploaded file by ID

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

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

upload_id
required
integer

The ID of a group upload

No Content

Bad request

Unauthenticated

Not found