cURL
curl --request DELETE \ --url https://cite.petal.org/api/ai/table/{ai_table_id}/delete \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently delete an AI Table, including all its columns and 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 to be deleted
OK
The response is of type object.
object