Service detection rules API - DELETE a rule

Deletes the specified service detection rule.

This request is an early adopter release and may be changed in non compatible way.

DELETE
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/service/detectionRules/FULL_WEB_SERVICE/{id}
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/service/detectionRules/FULL_WEB_SERVICE/{id}

Parameters

Parameter Type Description In Required
id string

The ID of the service detection rule to be deleted.

path required

Response format

A successful request doesn't return any content.

Response codes

Code Description
204 Deleted. Response doesn't have a body.
404 Failed. The rule with the specified ID doesn't exist.