Delete Schedule By Id

Delete Schedule By Id

Delete Chargeback Report Schedule associated with the specific Report Definition and for the specified Schedule identifier

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

The Chargeback Report Definition identifier

string
scheduleId
Required

The Chargeback Report Schedule identifier


Authentication
This operation uses the following authentication methods.
Responses
204

The Chargeback Report Schedule was successfully deleted from the system

Operation doesn't return any data structure

404

No Chargeback Report Definition/Schedule is found with the specified identifier

Operation doesn't return any data structure

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