Skip to main content
DELETE
/
api
/
monitors
/
automated
/
v1
/
deployment-rules
/
batch
BatchDeleteDeploymentRules
curl --request DELETE \
  --url https://developer.synq.io/api/monitors/automated/v1/deployment-rules/batch \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

ids
string[]

IDs of the DeploymentRules to delete.

Response

200 - application/json

Success

The response is of type object.