Delete a Deployment
Delete a Deployment from an Organization.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
The ID of the Organization to which the Deployment belongs.
deploymentId
The Deployment's ID.
Errors
400
Delete Deployment Request Bad Request Error
401
Delete Deployment Request Unauthorized Error
403
Delete Deployment Request Forbidden Error
404
Delete Deployment Request Not Found Error
500
Delete Deployment Request Internal Server Error