Skip to main content
DELETE
/
worlds
/
{world}
Delete a world
curl --request DELETE \
  --url https://api.wazoo.dev/worlds/{world} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

world
string
required

Response

No Content