cURL
curl --request DELETE \ --url https://app.ledger.ai/api/organizations/:id \ --header 'Authorization: Bearer <token>'
{}
Organization Item API
🔐
User must be the only member of the organization via relationship 🔐
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?