v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
logs

Api Caches Destroy 2

GET/PATCH/DELETE /api/caches/<cache_key>/ — Retrieve, update, delete by cache_key. GET/PATCH/DELETE /api/cache/<id>/ — Legacy alias, lookup by integer PK (JWT only). GET/PATCH/DELETE /api/cache/key/<cache_key>/ — Legacy alias, lookup by cache_key.

JWT auth uses pk lookup when an integer id is supplied; otherwise (and for API key auth) lookup is by cache_key_by_org_uuid.

delete/api/caches/{cache_key}/

Path parameters

cache_keystring required

Headers

Authorizationstring required

JWT access token or Respan API key

Response

Successful response