delete a column
DELETE
https://api.wexa.ai/delete/column/{projectID}
Last modified:2025-04-25 12:03:10
Delete a Column from a Table
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.wexa.ai/delete/column/?projectId=67fdea40aac77be632954f13' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{"table_id":"68071b771a9ea363140a2675","column_id":"state"}'
Response Response Example
"Successfully deleted column state"
Request
Path Params
projectID
string
required
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-25 12:03:10