Delete Provider Log Bundle

Delete Provider Log Bundle

Use this endpoint to delete provider logbundles by list of ids
Authorized Roles : PROVIDER

Request
URI
DELETE
https://{api_host}/provider/providerlogbundles
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/providerlogbundles