Drop topic lifecycle marker

DELETE /v1/cloud_storage/lifecycle/{topic}/{revision}

Forcibly drop a lifecycle marker for a topic. This may leave data behind in the Tiered Storage bucket.

Path parameters

  • topic string Required
  • revision integer Required

Responses

  • 200

    Success

DELETE /v1/cloud_storage/lifecycle/{topic}/{revision}
curl \
 --request DELETE 'http://localhost:9644/v1/cloud_storage/lifecycle/{topic}/{revision}'