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 A map of link names to associated URIs containing documentation about the error or recommended remediation steps
Show child attributes
The timestamp when the export request was made, in ISO 8601 format.
Was this page helpful?