Deployments
Delete Deployment
DELETE
/
v1
/
accounts
/
{account_id}
/
deployments
/
{deployment_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
If true, this will perform a hard deletion.
If true, this will ignore checks and force the deletion of a deployment that is currently deployed and is in use.
Response
200 - application/json
The response is of type object
.
Was this page helpful?