Skip to main content
DELETE
/
marble
/
v1
/
worlds
/
{world_id}
Delete World
curl --request DELETE \
  --url https://api.worldlabs.ai/marble/v1/worlds/{world_id} \
  --header 'WLT-Api-Key: <api-key>'
{
  "deleted": true,
  "world_id": "<string>"
}

Authorizations

WLT-Api-Key
string
header
required

API key for authentication. Get your key from the developer portal.

Path Parameters

world_id
string
required

Response

Successful Response

Response from world deletion endpoint.

deleted
boolean
required

Whether the world was successfully deleted

world_id
string
required

ID of the deleted world