Request deletion of a specific map identified by its import request ID.
DELETE/map/inventory/:reqId
This endpoint requests the deletion of a map. The map will not be deleted immediately;
it will be marked for deletion and requires approval, either through this API or by updating the getmap.json file.
Request
Path Parameters
reqId stringrequired
The unique identifier of the map import request
Responses
- 200
- 500
- application/json
- Schema
Schema
string
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...