Delete a planet
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
Response Body
curl -X DELETE "https://example.com/planets/1"Empty
{ "type": "https://example.com/errors/not-found", "title": "Not Found", "status": 404, "detail": "The resource you are trying to access does not exist."}