cURL
curl --request DELETE \ --url https://api.wazoo.dev/worlds/{slug} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "source": "<string>" } '
{ "error": { "message": "<string>" } }
Optional JSON body can override the target source; otherwise the path identifies the world.
source
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional; defaults to the world identified by the URL path.
No Content