cURL
curl --request DELETE \ --url https://cite.petal.org/api/ai/session/{ai_session_id}/qa/{ai_qa_id}/delete \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a single AI chat message by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique ID of the AI Session
The unique ID of the AI chat message
OK
The response is of type object.
object