Skip to main content
POST
DeleteRule

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string<uuid>

Id of the rule to delete.

etag
string | null

Optional optimistic-concurrency guard.

Maximum string length: 100
actor
Actor · object

Who is making the change. See UpsertRuleRequest.actor.

Response

200 - application/json

Success

The response is of type DeleteRuleResponse · object.