{
    "swagger":"2.0",
    "info":{
        "description":"The Oracle Insurance Policy Administration REST API enables you to perform CRUD (Create, Read, Update, Delete) and search operations on the OIPA entities from OIPA Application.",
        "version":"2023.11.21",
        "title":"REST API for Oracle Insurance Policy Administration - OIPA",
        "termsOfService":"https://www.oracle.com/legal/terms.html",
        "contact":{
            "url":"https://support.oracle.com"
        },
        "x-summary":"The Oracle Insurance Policy Administration REST API enables you to perform CRUD (Create, Read, Update, Delete) and search operations on the OIPA entities from OIPA Application."
    },
    "basePath":"/PASJava/service",
    "tags":[
        {
            "name":"Caches"
        }
    ],
    "paths":{
        "/caches":{
            "delete":{
                "tags":[
                    "Caches"
                ],
                "summary":"Clear Cache",
                "description":"Clear cache to reflect updated configuration in the OIPA application.",
                "operationId":"delete",
                "parameters":[
                    {
                        "in":"header",
                        "name":"ClientNumber",
                        "description":"For basic Authentication, the ClientNumber (Username) is sent in the HTTPS header request along with PersonalId as a string in Bit64 Encryption.",
                        "type":"string",
                        "required":true
                    },
                    {
                        "in":"header",
                        "name":"PersonalId",
                        "description":"For basic Authentication, the PersonalId (Password) is sent in the HTTPS header request along with ClientNumber as a string in Bit64 Encryption.",
                        "type":"string",
                        "required":true
                    }
                ],
                "responses":{
                    "200":{
                        "description":"This operation deletes cache successfully."
                    },
                    "401":{
                        "description":"The server denied access to the resource. Please contact the System Administrator. This message appears when authentication is not provided in the Rules Palette."
                    },
                    "403":{
                        "description":"Authentication refused for invalid credentials or the token is invalid."
                    }
                },
                "x-internal-id":"caches-delete",
                "x-filename-id":"caches-delete"
            }
        }
    },
    "externalDocs":{
        "description":"Find out more about PAS REST end points",
        "url":"http://www.oracle.com"
    }
}