v1

latestOpenAPI 3.1.02026-08-043160244.3 KB
Event Checkpoints

Delete an event checkpoint

Delete a named event checkpoint.

If expected_checkpoint_version is supplied, the request uses it as an optimistic lock and returns 409 Conflict if the checkpoint has been modified since you last read it.

delete/event/checkpoint/{name}

Path parameters

namestring required

Query parameters

expected_checkpoint_versionstring nullable

Optional checkpointVersion from your last read of this checkpoint. If supplied, it is used as an optimistic lock.

Optional checkpointVersion from your last read of this checkpoint. If supplied, it is used as an optimistic lock.

Response

Deletion confirmation

deletedboolean required

Always True on success