Delete custom events by UUID
DELETE/api/v1/catalog/:tagOrId/custom-events/:uuid
Delete custom events by UUID
Request
Path Parameters
tagOrId stringrequired
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
uuid uuidrequired
Responses
- 200
- 204
- 400
- 404
Successfully deleted custom event
No Content
Bad Request
Entity or custom event not found
Loading...