cURL
curl --request DELETE \ --url https://app.ledger.ai/api/organization-apps/:provider_id/:customer_id/:app \ --header 'Authorization: Bearer <token>'
{}
OrganizationApp Item API
Access control information unavailable
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delete item with the given ids: [ provider_id, customer_id, app ]
Successful response
The response is of type object.
object
Was this page helpful?