cURL
curl --request DELETE \ --url https://app.ledger.ai/api/organization-users/:organization_id/:user_id \ --header 'Authorization: Bearer <token>'
{}
OrganizationUser Item API
Filters:
🚨 Gate errors: You must filter by "customer_id" to delete an organization user
You must filter by "customer_id" to delete an organization user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delete item with the given ids: [ organization_id, user_id ]
Successful response
The response is of type object.
object
Was this page helpful?