Purge all maps marked as 'DeletedApprove'.
POST/map/inventory/purge
This endpoint removes all maps from the inventory that have been assigned the "DeletedApprove" status. Only maps that have been approved for deletion will be purged.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...