Skip to main content

POST /cancelation

Request that a move be canceled. If possible, then it will be canceled fully. However if the move has been compelted already or started and is partially completed, a full cancelation may not be possible. Listen for the cancelation events to learn the outcome.

Request

POST /v1/cancelation
{
"move_id": 16284
}

Response

200 /v1/cancelation
{
"move_id": 16284,
"cancel_status": "pending"
}

Request Body Params

FieldTypeRequired?Description
move_idNumberRequiredThe ID of the move you wish to try and cancel.