Skip to main content
DELETE
/
v1
/
schemas
/
{schemaName}
Delete schema
curl --request DELETE \
  --url https://api.dynamosql.com/v1/schemas/{schemaName} \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "error": {
    "message": "Unauthorized"
  }
}
Required scope: schemas:write

Authorizations

Authorization
string
header
required

Bearer token obtained from POST /v1/auth/token. Pass in the Authorization header as Bearer <token>.

Path Parameters

schemaName
string
required

The schema name to delete.

Response

Schema and all associated metadata deleted. No response body.