DELETE /releases/
This endpoint deletes a release. Only the release owner or an admin can delete a release.Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | Release ID |
Responses
ā 200 - Release deleted successfully
ā ļø 400 - undefined
ā ļø 401 - undefined
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
Release
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Release ID