Skip to main content
DELETE
/
public
/
v1
/
projects
/
{projectId}
/
sources
/
{sourceId}
Delete a source
curl --request DELETE \
  --url https://your-synthbrew-server.com/api/public/v1/projects/{projectId}/sources/{sourceId} \
  --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.

sourceId
string<uuid>
required

Source UUID. For runtime endpoints this identifies the source backing the table; for public v1 it identifies the source resource inside the project.

Response

Source deleted