delete a coulmn
DELETE
api.wexa.ai/delete/column/67fdea40aac77be632954f13
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'api.wexa.ai/delete/column/67fdea40aac77be632954f13?projectId=67fdea40aac77be632954f13' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{"table_id":"68071b771a9ea363140a2675","column_id":"state"}{{basepath\}\}'
Response Response Example
"Successfully deleted column state"
Request
Query Params
projectId
string
required
Example:
67fdea40aac77be632954f13
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Body Params application/json
Responses
Modified at 2025-04-23 12:53:25