Skip to main content
Delete a Marble world created through TokenLab. TokenLab forwards the deletion to World Labs and marks the local world record as deleted. Deletion is permanent.

Path Parameters

id
string
required
World Labs world ID.

Response

deleted
boolean
Whether the deletion was accepted.
world_id
string
World Labs world ID.
curl -X DELETE "https://api.tokenlab.sh/v1/worlds/world_123" \
  -H "Authorization: Bearer sk-your-api-key"