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

NameInRequiredDescription
projectIdpathYesProject 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

StatusDescription
200Project deleted
401Unauthorized
403Forbidden
404Project not found
429Rate limited
500Internal error