POST
/
deepseek_chat
/
clear_cache
Clear API Cache
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/deepseek_chat/clear_cache \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'
{
  "status": "success",
  "message": "Cache cleared successfully"
}

Request

Send a POST request to below endpoint to clear the API’s cache.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/deepseek_chat/clear_cache' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json
key
string
required

Your API key

Response

200 - application/json

Cache cleared successfully

status
string
required
message
string
required