policies_all_cache_clear_create
POST/api/v3//policies/all/cache_clear/
Clear policy cache
Responses
- 204
- 400
- 403
Successfully cleared cache
Bad request
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST '/api/v3/policies/all/cache_clear/' \
-H 'Authorization: Bearer <TOKEN>'