Bulk delete cached responses

Deprecated bulk delete endpoint for numeric internal cache entry IDs. Use DELETE /api/caches/bulk/ for supported bulk deletion by cache_keys or all.

Authentication

AuthorizationBearer

Use a dashboard JWT only for dashboard-authenticated endpoints. Respan API-key endpoints use the respanApiKey auth field instead.

Request

This endpoint expects an object.
idslist of integersRequired
Numeric internal cache entry IDs to delete. JWT only.

Response

Bulk delete result.
messagestring

Human-readable result message.

deleted_countinteger
Number of cache entries deleted.

Errors

400
Bad Request Error
401
Unauthorized Error