Delete single annotation
DELETE/annotations/:name
Deletes an annotation with the given name in the specified project.
Provide a project name explicitly, wildcards are not accepted.
AUTHENTICATION REQUIRED
Authenticate API requests using an access token. Include it in the Authorization header as
Authenticate API requests using an access token. Include it in the Authorization header as
Bearer TOKEN
.RBAC
Only Organization Admins can delete system annotations, for example, when a false alert was triggered. Users with other permissions can only view system annotations.
Only Organization Admins can delete system annotations, for example, when a false alert was triggered. Users with other permissions can only view system annotations.
Request
Responses
- 204
- 400
- 403
- 500
Annotation deleted or not found
Bad request
Forbidden
Internal server error