curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/releases/{releaseId} \
--header 'Authorization: Bearer <token>'Soft delete a release from the project.
curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/releases/{releaseId} \
--header 'Authorization: Bearer <token>'Was this page helpful?