Deletes a backfill by its ID.
Request fields
The name or ID of the sink
The ID of the backfill to delete
Response fields
The unique identifier of the deleted backfill
Whether the backfill was successfully deleted
curl -X DELETE "https://api.sequinstream.com/api/sinks/kafka-ids/backfills/e0c918bb-12a2-4810-94a3-387cd672a478" \
-H "Authorization: Bearer YOUR_API_TOKEN"