Delete a project and its associated desktop instance
cURL
curl --request POST \ --url https://www.orgo.ai/api/projects/{id}/delete \ --header 'Authorization: Bearer <token>'
{ "success": true, "id": "<string>", "deleted": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the project to delete
Project deleted successfully
The response is of type object.
object