This endpoint clear api cache
--request POST 'https://stablediffusionapi.com/api/v1/enterprise/clear_cache' \
Make a POST
request to https://stablediffusionapi.com/api/v1/enterprise/clear_cache
endpoint.
key : Your API Key
{
"key": "enterprise_api_key"
}
{
"status": "success",
"message": "Cache cleared successfully"
}