Skip to main content

Cancellation of scheduling

Request

ENDPOINT
/account/transaction/schedule/SCHEDULED_TRANSACTION_KEY/cancel
METHOD
PATCH
Request Body
{
"reason": "reason (opcional)"
}

PATH PARAMS

FieldTypeDescription
SCHEDULED_TRANSACTION_KEYstringKey that identifies the scheduling
Response Body
{}
STATUS
400
Response Body
{
"data": "{\"title\": \"Bad Request\", \"description\": \"Invalid request body.\", \"translation\": \"Corpo da requisição inválido.\", \"extra_fields\": {}, \"code\": \"LEG000069\"}"
}

General Observations:

Only approved schedules are subject to cancellation when approval is applicable!