Cancels a currently running full refresh (resync) workflow for the specified cache. This sends a cancellation signal to the underlying Temporal workflow.
The cancellation is best-effort: if the workflow has already completed or is in its final stages, the cancel request may have no effect. Only workflows with a RUNNING status can be cancelled.
After successful cancellation, the cache status transitions to CANCELLED. The previously cached data remains intact (the partial refresh data is discarded). A new full refresh or incremental sync can be triggered after cancellation.
This endpoint only affects the full refresh workflow. To cancel an incremental sync, use the Cancel Incremental Update endpoint instead.


Use the Authorization header with the value 'Bearer
The unique identifier of the project that owns the cache
The unique identifier of the cache whose full refresh should be cancelled (UUID format)
Cancellation signal sent successfully. Check cache status to confirm the workflow was cancelled.