Delete a schema annotation
Removes a single annotation identified by its natural key. Omit column_name to delete a table-level annotation, and omit schema_name to match the unqualified form.
AuthorizationBearer <token>
JWT issued by Better Auth. Verified via JWKS.
In: header
Path Parameters
project_id*string
Unique project identifier (prefixed, e.g. prj_xxx).
Match
^[a-zA-Z0-9_.-]+$Query Parameters
table_name*string
Relation (table or view) the annotation describes.
Length
1 <= length <= 255schema_name?string
Optional schema. Omit to match the unqualified form.
Length
length <= 255column_name?string
Optional column. Omit to delete a table-level annotation.
Length
length <= 255Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/projects/string/schema-annotations?table_name=string"Empty
{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}