curl --request DELETE \
--url https://your-synthbrew-server.com/api/public/v1/projects/{projectId}/sources/{sourceId} \
--header 'x-api-key: <api-key>'curl --request DELETE \
--url https://your-synthbrew-server.com/api/public/v1/projects/{projectId}/sources/{sourceId} \
--header 'x-api-key: <api-key>'Team API key created under /api/api-keys. Prefix: sb_api_.
Project UUID in the team associated with the API key.
Source UUID. For runtime endpoints this identifies the source backing the table; for public v1 it identifies the source resource inside the project.
Source deleted