Skip to main content
DELETE
/
public
/
v1
/
projects
/
{projectId}
Delete a project
curl --request DELETE \
  --url https://your-synthbrew-server.com/api/public/v1/projects/{projectId} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Team API key created under /api/api-keys. Prefix: sb_api_.

Path Parameters

projectId
string<uuid>
required

Project UUID in the team associated with the API key.

Response

Project deleted