Projects

delete

Delete a project.

Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.

delete/v1/project/{projectId}

Path parameters

projectIdinteger required

The projectId of the project to be deleted.

Response

Project successfully deleted

messagestring

Example response

{
  "message": "OK"
}

Changes