cURL
curl --request DELETE \ --url https://cite.petal.org/api/ai/table/{ai_table_id}/column/{ai_column_id}/delete \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete an AI Table column, and all its associated cells
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique ID of the AI Table
The unique ID of the column to be deleted
OK