Delete Cache
Data -- Cache
Delete Cache
Permanently deletes a cache and all its associated data. This operation:
- Cancels any running or scheduled sync workflows (both incremental and full refresh).
- Drops the cached table from the internal BigTable store.
- Removes all cache settings, execution history, and status records.
This action is irreversible. To re-cache the table, a new cache must be created from scratch.
DELETE
Delete Cache


Authorizations
Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
Path Parameters
The unique identifier of the project that owns the cache
The unique identifier of the cache to delete (UUID format)
Response
Cache deleted successfully.