delete_app_cache
Delete a specific cache from an application by specifying the app ID and cache ID.
Instructions
Delete a specific cache from an application.
Args: app_id: The application identifier cache_id: The cache identifier to delete
Returns: Dictionary with the deleted cache ID and a message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| cache_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |