Skip to main content
DELETE
/
deployments
/
configurations
/
{configurationId}
Delete deployment configuration
curl --request DELETE \
  --url https://your-domain.com/api/client/v1/deployments/configurations/{configurationId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

configurationId
string
required

Deployment configuration ID.

Response

Deleted

ok
boolean
deleted
boolean