Approve deletion of specified maps identified by its import request ID.
POST/map/inventory/approveDelete
This endpoint approves the deletion of a maps that has been requested for deletion.
Maps will not be deleted until they are approved by this endpoint or by updating the *.getmap.json file.
The response contains a mapping of successfully processed map IDs to their updated statuses.
If a map's deletion process fails, it will not be included in the response.
Request
- application/json
Body
array
required
Array [
]
string
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
property name* MapStorageStatusEnum
Represents the various states of a map in the storage system.
{}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...