v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Galaxies

Delete a galaxy

delete/galaxies/delete/{galaxyId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the galaxy

Response

Delete galaxy response

savedboolean nullable

Present and true if the galaxy was successfully removed.

successboolean nullable

Present and true if the galaxy was successfully removed.

namestring
messagestring
urlstring

Example response

{
  "name": "Galaxy deleted",
  "message": "Galaxy deleted",
  "url": "/galaxies/delete"
}