API: Delete A Map¶
- DELETE /map/{mapId}¶
Deletes a map by MapId
- Parameters:
mapId (string) -- MapId, in url path.
- Status Codes:
200 OK -- Success.Response:result is null if mapId not exist
204 No Content -- No Content
401 Unauthorized -- Unauthorized
403 Forbidden -- Forbidden
- Response JSON Object:
msg (string) --
result.created (string) --
result.gps (string) --
result.mapId (string) --
result.mapVersion (string) --
result.md5 (string) --
result.meta (string) --
result.modified (string) --
result.name (string) --
result.previewUrl (string) --
result.size (integer) --
result.status (string) --
result.tag (string) --
statusCode (integer) --
timestamp (string) --