Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.example.com/api/projects/{projectId}/releases/{releaseId} \ --header 'Authorization: Bearer <token>'
Soft delete a release from the project.
Personal access token is obtained through your profile
Project unique identifier
Release unique identifier
Release deleted successfully
Was this page helpful?