cURL
curl --request DELETE \ --url https://{tenant}.torchapp.com.au/api/v1/projects/{id} \ --header 'Authorization: Bearer <token>'
{}
Remove the specified project from storage.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the project.
Project removed
The response is of type object.
object