Skip to main content
DELETE
Delete a column

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

UUID of the table

field_uuid
string<uuid>
required

UUID of the field

Response

Field deleted successfully

success
boolean
Example:

true

message
string
Example:

"Field deleted successfully"

data
any[]