Delete User Cache Entry
Delete User Cache Entry
Deletes a user-scoped cache value for the authenticated caller.
POST
Delete User Cache Entry
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Body
application/json
User-scoped cache key to delete.
Required string length:
1 - 512Pattern:
^[a-zA-Z0-9_:.\-/]+$Response
User-scoped cache value deleted successfully.