Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.rafftechnologies.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"