cURL
curl --request POST \ --url https://api.veryfront.com/cache/del \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>" } '
{ "success": true }
Delete a value from the user-scoped cache.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cache key to delete
1 - 512
^[a-zA-Z0-9_:.\-/]+$
Value deleted