Delete project
Deletes a project and all dependent records that cascade from it, including prompts, schedules, and stored runs. Requires organization admin access.
DELETE /projects/{projectId}
Delete project
Deletes a project and all dependent records that cascade from it, including prompts, schedules, and stored runs. Requires organization admin access.
Authentication: API key required (Bearer token)
Parameters
| Name | In | Required | Description |
|---|---|---|---|
projectId | path | Yes | Project ID to operate on. |
Request Example
curl -X DELETE https://sellm.io/api/v1/projects/9f4c8b02-7c6d-4d3f-8b12-5f3a6d9e2c41 \
-H "Authorization: Bearer sellm_your_api_key_here" \
-H "Content-Type: application/json"
Responses
| Status | Description |
|---|---|
200 | Project deleted |
401 | Unauthorized |
403 | Forbidden |
404 | Project not found |
429 | Rate limited |
500 | Internal error |