curl --request POST \
--url https://api.hubapi.com/crm/imports/2026-03/{importId}/cancel \
--header 'Authorization: Bearer <token>'{
"completedAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"status": "CANCELED",
"links": {},
"requestedAt": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.hubapi.com/crm/imports/2026-03/{importId}/cancel \
--header 'Authorization: Bearer <token>'{
"completedAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"status": "CANCELED",
"links": {},
"requestedAt": "2023-11-07T05:31:56Z"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The timestamp when the action was completed, in ISO 8601 format.
The timestamp when the action was started, in ISO 8601 format.
An enum representing the lifecycle state of the action.
CANCELED, COMPLETE, PENDING, PROCESSING An optional collection of related links associated with the import.
Show child attributes
The timestamp when the export request was made, in ISO 8601 format.
Was this page helpful?