v1

latestOpenAPI 3.1.02026-07-26104450.2 KB

Delete World

Delete a world by ID.

Permanently deletes a world and its associated assets. Only the world owner can delete a world.

Args: world_id: The unique identifier of the world to delete.

Returns: DeleteWorldResponse confirming the deletion.

Raises: HTTPException: 403 if user is not the world owner HTTPException: 404 if world not found HTTPException: 500 if deletion fails

delete/marble/v1/worlds/{world_id}

Path parameters

world_idstring required

Response

Successful Response

deletedboolean required

Whether the world was successfully deleted

world_idstring required

ID of the deleted world