Allows the sender to cancel downloading a map stamp.
POST/map/import/delivery/cancel/:reqId
This endpoint cancels the download process for a map import request identified by reqId.
Request
Path Parameters
reqId stringrequired
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...