DELETE Rule
DELETE/workspaces/:workspaceId/alerting/rules/:ruleName
DELETE Rule
Request
Path Parameters
workspaceId uuidrequired
ruleName stringrequired
Responses
- 204
- 404
Rule has been deleted.
A rule was not found.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Loading...