[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Delete Schedule
DescriptionDelete Report Schedule associated with the specific Report Definition and for the specified Schedule identifier
Request
URLURL
https://localhost/suite-api/api/reportdefinitions/{id}/schedules/{scheduleId}
Path Parameters
Path Parameters
string
id
Required
The Report Definition identifier
string
scheduleId
Required
The Report Schedule identifier
Authentication
This operation uses the following authentication methods.
Errors
404
No Report Definition/Schedule is found with the specified identifier
Code Samples
cURL Command
curl -X DELETE https://localhost/suite-api/api/reportdefinitions/{id}/schedules/{scheduleId}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations