Delete Scheduled Report
Gift Card Reports
Delete Scheduled Report
Delete a scheduled report by its UUID.
Returns {"success": true} on success, 404 if not found.
The scheduleId value is URL-decoded to support the %2F-encoded
form that some HTTP clients send.
DELETE
Delete Scheduled Report
Authorizations
JWT access token obtained from POST /v2/token.
Path Parameters
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Query Parameters
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Response
Successful Response
