Clear user cache
curl --request GET \
--url https://modelslab.com/api/v5/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"message": "Cache cleared"
}General APIs
Clear User Cache
This endpoint is used to clear the user’s cache.
GET
/
clear_cache
Clear user cache
curl --request GET \
--url https://modelslab.com/api/v5/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"message": "Cache cleared"
}Request
Send aPOST request to below endpoint to clear the user’s cache.
curl
curl --request POST 'https://modelslab.com/api/v5/clear_cache' \
Body
json
{
"key": ""
}
Was this page helpful?
⌘I

