Delete Log Files

Delete Log Files

Use this endpoint to delete database logs by the list of id
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
DELETE
https://{api_host}/provider/databases/logs
COPY
Request Body
Array of string of type(s) application/json
Optional
[
    {}
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/provider/databases/logs