Allows the sender to delete a downloaded map stamp.
DELETE/map/import/delivery/delete/:reqId
This endpoint deletes the downloaded map stamp 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...