/documents/mapSession/{sessionId}/deleteElement - Delete an element from a map

Deletes an element from a map.

Note:

This method is new in 6.7

End-point

POST documents/mapSession/{sessionId}/deleteElement

Path parameters

Field Description

sessionId

The sessionId for the map that has the element which will be deleted.

Query string parameters

Field Description

elementId

The ID for the node or XML element in the map that will be removed.

The element is removed only if it can be found in the map.

Possible responses

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

Field Type Description

result

MapSessionResult[…]

All the information about the map session required to delete the element.