The following sample shows the DELETE /environments/{environmentId}/propagation/rules/{ruleId}
operation to delete the propagation rule resource specified by its ID in the request URL.
Note: This request also supports the ?deprovision=true
query expression to enable deprovisioning of users when rules and associated stores are deleted. The deprovision
option must also be set to true on the Rule resource (using either POST {{apiPath}}/environments/{{envID}}/propagation/rules
or PUT {{apiPath}}/environments/{{envID}}/propagation/rules/{{storeID}}
).
When successful, the DELETE
request returns a code 204 No Content
message.