Skip to main content

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-timedeprecated

    Use 'startTime' instead

    startTime date-time

    If provided, events with greater than or equal to timestamp will be deleted (a date-time without a time-zone in the ISO-8601 calendar system)

    endTime date-time

    If provided, events with less than or equal to timestamp will be deleted (a date-time without a time-zone in the ISO-8601 calendar system)

Responses

Successfully deleted custom events

Loading...