DELETE Target
DELETE/workspaces/:workspaceId/alerting/targets/:targetName
DELETE Target
Request
Path Parameters
workspaceId uuidrequired
targetName stringrequired
Responses
- 204
- 404
Target has been deleted.
A target 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...