cURL
curl --request DELETE \ --url https://api.raffcomputing.com/api/v1/projects/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "message": "Operation completed successfully" }
Delete a project. The project must not contain any active resources.
API key for authentication. Each key is bound to a specific account.
Project ID (UUID)
Project deleted successfully
true
"Operation completed successfully"