Deployment

Delete a Deployment

DEL
Delete a Deployment from an Organization.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the Deployment belongs.
deploymentIdstringRequired
The Deployment's ID.
DEL
1curl -X DELETE https://api.astronomer.io/platform/v1beta1/organizations/organizationId/deployments/deploymentId \
2 -H "Authorization: Bearer <token>"