v1

latestOpenAPI 3.1.02026-08-061648.4 KB
cache

Clear Multiple Tokens Cache

This route is used to clear all cached resources, given a list of tokens found in the request body. Most of the time, this is used when we need to clear the cache of a whole subscription: it means we need to clear the cache for all of its tokens.

put/internal/cache/tokens

Request body

tokensstring[] required

Example request

{
  "tokens": [
    "bed5d31217596118fb297fd84bf3bd3a"
  ]
}

Response

Successful Response