AI resources
Disable automatic generationhttps://api.mercadopago.com/v1/reporting/operations/{reportId}/schedule/{scheduleId}
Disables the automatic generation schedule identified by scheduleId, preventing it from generating new reports. Reports generated before the schedule is disabled are not affected. In case of success, the request returns an HTTP 200 response with the status field set to ok.
DELETE
Request parameters
Header
Authorization
string
REQUIRED
Access Token obtained through the developer panel. Must be sent in all requests.
Path
reportId
string
REQUIRED
Other Operations report type.
activities_collection: Collection report.
activities_after_collection: Post-collection report.
activities_withdraw: Withdrawal report.
scheduleId
string
REQUIRED
Unique identifier (UUID) of the automatic generation schedule to disable.
Response parameters
status
string
Result of the schedule deactivation request.
Errors
404Schedule not found.
schedule_not_found
No active schedule was found for the specified scheduleId. Check the identifier and reportId; if the schedule was already disabled, no further action is required.
Request
curl -X DELETE \
'https://api.mercadopago.com/v1/reporting/operations/{reportId}/schedule/{scheduleId}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-1*********685765-12*********1b4332e5c*********e077d7679*********664' \
Response
{
"status": "ok"
}