DELETE
/
experience-manager
/
rules
/
{ruleId}
Delete a rule
curl --request DELETE \
  --url https://{FUSION HOST}/api/experience-manager/rules/{ruleId} \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

ruleId
string
required

Unique identifier of the rule to be deleted.

Query Parameters

commitWithin
string

Optional parameter specifying the time in milliseconds within which the deletion should be committed.

context
string
required

Application context for the rule deletion request.

staging
boolean
required

Indicates whether the rule should be deleted from the staging environment.

Response

204

Rule successfully deleted. No content is returned.