DELETE /_system/cache_management/delete_key/{type}
Delete a specific cache, increment, or document key (requires manage_cache_delete permission)
Delete a specific cache, increment, or document key (requires manage_cache_delete permission)
| Key | Type | Example | Description |
|---|---|---|---|
| typerequired | string | | Type of key to delete Allowed: "increment", "cache", "document" |
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
| Key | Type | Example | Description |
|---|---|---|---|
| guidoptional | string | 'a23575f49d0af385314c1f02280163374297e018a692e5e...' | Document GUID (required for document type) |
| keyrequired | string | | Key name to delete (no wildcards allowed) |
| store_nameoptional | string | | Storage name (required for document type) |
{
"deleted": true,
"key": "order_sync",
"type": "totp"
}{
"error": "MISSING_KEY"
}| Status | Error Code | Description |
|---|---|---|
400 | MISSING_KEY | Invalid request |
401 | INVALID_ACCESS_TOKEN | Authentication required or invalid token |
404 | KEY_NOT_FOUND | Key not found |
| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
cache_management_remove | Required scope: cache_management_remove |
Back to Cache Management Return to the Cache Management category to view other endpoints All API Categories Browse all available API categories
