Delete ALL custom events for an entity
DELETE/api/v1/catalog/:tagOrId/custom-events
Delete ALL custom events for an entity
Request
Path Parameters
tagOrId stringrequired
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
Query Parameters
type string
timestamp date-time
Responses
- 200
- 204
- 400
- 404
Successfully deleted custom events
No Content
Bad Request
Entity not found
Loading...