---
title: "Delete SubClient"
method: DELETE
path: "/v2/clients/{ClientID}/subclients/{SubClientID}"
tags: ["SubClient"]
---

# Delete SubClient

`DELETE /v2/clients/{ClientID}/subclients/{SubClientID}`

Deletes a Client's SubClient Registration.

*For <<glossary:ISO>>s (Independent Sales Organization) only.*

This endpoint is split from the original `/subclients` endpoint.

## Path parameters

- `ClientID` string, required
- `SubClientID` string, required

## Response `200`

The SubClient has been marked for deletion.

- ApiResponseSCEC
  - `SC` integer — [HTTP Status Code](https://developers.tabapay.com/reference/http-status-codes#/)
  - `EC` string — Internal Error Code. This is used to help TabaPay team members trace an error.

## Other responses

- `404` — SubClient Registration not found.

---

[API](https://skmtc.dev/tabapay/apis/tabapay-apis.md) · [All operations](https://skmtc.dev/tabapay/apis/tabapay-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tabapay/tabapay-apis/revisions/154fa3d585cf/schema)
