Delete a project and terminate its 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 }
API key authentication using Bearer token
Project ID
Project deleted successfully
The response is of type object.
object