DELETE
/
v1
/
organizations
/
{organization_id}
/
ledgers
/
{ledger_id}
/
account-types
/
{account_type_id}
Delete an Account Type
curl --request DELETE \
  --url https://onboarding.sandbox.midaz.io/v1/organizations/{organization_id}/ledgers/{ledger_id}/account-types/{account_type_id}
This response does not have an example.

Path Parameters

organization_id
string
required

The unique identifier of the Organization associated with the Ledger.

ledger_id
string
required

The unique identifier of the associated Ledger.

account_type_id
string
required

The unique identifier of the Account Type that you want to retrieve.

Response

Indicates that the resource was successfully deleted.