Skip to main content
DELETE
/
api
/
v1
/
projects
/
{id}
Delete project
curl --request DELETE \
  --url https://api.raffcomputing.com/api/v1/projects/{id} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "Operation completed successfully"
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Path Parameters

id
string<uuid>
required

Project ID (UUID)

Response

Project deleted successfully

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"