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

schemaId
string<uuid>
required

Schema UUID that belongs to the provided project.

Response

Schema deleted