Delete specified container stack configuration revision
DELETE/platform/solutions/api/v1/orgs/{orgId}/docker-settings/stack-configs/{stackConfigId}/revisions/{stackRevisionId}
Overview: Deletes a specific container stack configuration revision if it has no active deployments.
• Deployment check: Cannot delete stacks that have any associated deployments
• Safety first: Must undeploy all revisions before deletion is allowed
• Referential integrity: Prevents orphaned deployment records
• Business exception: Throws BusinessException with stack revisionId if deployments associated
Request
Responses
- 204
- 403
- 404
- 500
No Content
Forbidden
Not Found
Internal Server Error