Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE "https://api.tokenlab.sh/v1/worlds/world_123" \ -H "Authorization: Bearer sk-your-api-key"
import requests response = requests.delete( "https://api.tokenlab.sh/v1/worlds/world_123", headers={"Authorization": "Bearer sk-your-api-key"}, ) print(response.json())
const response = await fetch('https://api.tokenlab.sh/v1/worlds/world_123', { method: 'DELETE', headers: { Authorization: 'Bearer sk-your-api-key' } }); console.log(await response.json());
يحذف World Labs Marble world