Cancellation of scheduling
Request
ENDPOINT
/account/transaction/schedule/SCHEDULED_TRANSACTION_KEY/cancelMETHOD
PATCHRequest Body
{
"reason": "reason (opcional)"
}
PATH PARAMS
Field | Type | Description |
---|---|---|
SCHEDULED_TRANSACTION_KEY | string | Key that identifies the scheduling |
Response Body
{}
STATUS
400Response 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!