Delete Charge Back Report

Delete Charge Back Report

Delete a chargeback report by its identifier

Request
URI
DELETE
https://{api_host}/suite-api/api/chargeback/reports/{id}
COPY
Path Parameters
string
id
Required

Report identifier


Authentication
This operation uses the following authentication methods.
Responses
204

The report is deleted successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/chargeback/reports/{id}