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
Documentation IndexFetch the complete documentation index at: https://docs.petal.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.petal.org/llms.txt
Use this file to discover all available pages before exploring further.
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