cURL
curl --request DELETE \ --url https://app.ledger.ai/api/conversations/:id \ --header 'Authorization: Bearer <token>'
{}
Conversation Item API
At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delete item with the given ids: [ id ]
Successful response
The response is of type object.
object
Was this page helpful?