Delete the artifact
DELETE/api/management/v1/deployments/artifacts/:id
Deletes the artifact from file and artifacts storage. Artifacts used by deployments in progress can not be deleted until deployment finishes.
Request
Responses
- 204
- 401
- 404
- 409
- 500
The artifact deleted successfully.
Unauthorized.
Not Found.
Artifact used by active deployment.
Internal Server Error.