Allows the consumer to cancel a map creation process.
POST/map/import/create/cancel/:reqId
Cancels the map creation process identified by reqId.
Request
Path Parameters
reqId stringrequired
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
errorMessage stringnullable
importRequestId stringrequired
progress int32nullable
status MapCreateStatusrequired
Possible values: [Start, InProgress, Done, Cancel, Error, Pause, Pending, Expired, Archived, Draft, Discovered]
{
"errorMessage": "string",
"importRequestId": "string",
"progress": 0,
"status": "Start"
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...