Delete an Organization's Release

DELETE /api/0/organizations/{organization_slug}/releases/{version}/

Delete a release for a given organization.

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization the release belongs to.

version (string)
REQUIRED

The version identifier of the release.

Scopes

<auth_token> requires one of the following scopes:
  • project:releases
curl https://sentry.io/api/0/organizations/{organization_slug}/releases/{version}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
RESPONSE
Success.