This API endpoint allows deleting an existing ruleset in the incident service. The id of the ruleset to be deleted must be provided as a path parameter.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
On success, the system will delete the specified ruleset and return a confirmation message.
If the request is unauthorized or the ruleset is not found, the system will return an error message.
Path Parameters
id string
The ID of the ruleset to be deleted. Example: 'c03b02ec-244f-4d2c-8f68-3910071ed5c8'
ResponseThis section is used to view the possible HTTP response codes returned by the API. These codes indicate the status of a request, such as 201 (Created), 401 (Unauthorized), 409 (Conflict), or 422 (Unprocessable Entity).