Delete an Organization Release's File
DELETE /api/0/organizations/{organization_slug}/releases/{version}/files/{file_id}/
Delete a file for a given release.
Path Parameters
organization_slug
(string)REQUIREDThe slug of the organization the release belongs to.
version
(string)REQUIREDThe version identifier of the release.
file_id
(string)REQUIREDThe ID of the file to delete.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires one of the following scopes:project:releases
curl https://sentry.io/api/0/organizations/{organization_slug}/releases/{version}/files/{file_id}/ \ -H 'Authorization: Bearer <auth_token>' \ -X DELETE
RESPONSE
Success.