Hanzo Docs

Delete a planet

DELETE
/planets/{planetId}

This endpoint was used to delete planets. Unfortunately, that caused a lot of trouble for planets with life. So, this endpoint is now deprecated and should not be used anymore.

AuthorizationBearer <token>

JWT Bearer token authentication

In: header

Path Parameters

planetId*integer

The ID of the planet to get

Formatint64

Response Body

curl -X DELETE "https://galaxy.scalar.com/planets/1"
Empty