Skip to main content

Retrieve maps that are requested for deletion.

GET 

/map/inventory/deletionRequests

This endpoint retrieves a list of maps that have been requested for deletion. To approve the deletion of a map, use the endpoint /map/inventory/approveDelete/{reqId}.

Request

Responses

Schema

  • Array [

  • error

    object

    nullable

    Represents various types of errors that can occur in the application.

    When serialized, it will be represented in the following format:

    {
    "type": "ErrorType",
    "msg": "ErrorMessage"
    }

    Where:

    • type is the specific error type (e.g., ClientError, InternalServerError).

    • msg is the associated error message (a string).

    oneOf

    msg stringrequired
    type stringrequired

    Possible values: [ClientError]

    fileName stringnullable

    The filename associated with the map, if available. This field includes the name of the file, optionally without its extension. It can be None if the filename is unavailable or unspecified.

    name stringrequired

    Name of the map or the inventory item.

    reqId stringrequired

    Request ID associated with the map inventory.

  • ]

Loading...