Skip to main content
DELETE
/
projects
/
{id}
Delete a project and its branches
curl --request DELETE \
  --url https://api.specular.dev/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication with API key (format: Bearer sk_xxx)

Path Parameters

id
string
required

Project ID

Response

Project deleted successfully