Skip to main content
DELETE
/
api
/
projects
/
{projectId}
/
releases
/
{releaseId}
Delete a release
curl --request DELETE \
  --url https://api.example.com/api/projects/{projectId}/releases/{releaseId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

projectId
string<uuid>
required

Project unique identifier

releaseId
string<uuid>
required

Release unique identifier

Response

200

Release deleted successfully