cURL
curl --request DELETE \ --url {schemes}://api.upsun.com/organizations/{organization_id}/projects/{project_id} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>", "code": 123, "detail": {}, "title": "<string>" }
Deletes the specified project.
The ID of the organization.
The ID of the project.
No Content