Delete all the components events for the specified related object
DELETE/v1/events/components/:objectKind/:objectUid
Delete all the components events for the specified related object
Request
Path Parameters
objectKind stringrequired
Possible values: [spectrocluster
, edgehost
]
Describes the related object uid for which events has to be fetched
objectUid stringrequired
Describes the related object kind for which events has to be fetched
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 204
The resource was deleted successfully
Loading...