Skip to main content
DELETE
Delete Release
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

This endpoint deletes a release. Only the release owner or an admin can delete a release. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Release ID

Response

Release deleted successfully

success
boolean
Example:

true

message
string
Example:

"Release deleted successfully"