Skip to main content
DELETE
Delete Project
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.

Overview

Soft-delete a project. Deleted projects will no longer appear in the Get All Projects response.

Rate Limiting

This endpoint is rate limited to 10 requests per minute per API key.
Cannot delete projects that are still processing. Wait for the project to reach completed or failed status before deleting.

Response

string
ID of the deleted project
boolean
Always true on success

Example Request

Example Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

projectId
string
required

Unique identifier of the project

Response

200 - application/json

Successful response

projectId
string
deleted
boolean
default:true