cURL
curl --request DELETE \ --url https://cite.petal.org/api/ai/session/{ai_session_id}/delete \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently delete an AI Session and all its chat messages
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Session to be deleted
OK
The response is of type object.
object