Skip to main content
DELETE
/
api
/
cdp
/
schema
/
table
/
{table_name}
/
column
/
{column_name}
Remover uma Coluna
curl --request DELETE \
  --url https://cdp.analytics.synapside.com/api/cdp/schema/table/{table_name}/column/{column_name} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.analytics.synapside.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

table_name
string
required
column_name
string
required

Response

Coluna removida com sucesso.