---
title: "Delete a seller"
method: DELETE
path: "/iam/admin/sellers/{sellerId}"
tags: ["Sellers"]
---

# Delete a seller

`DELETE /iam/admin/sellers/{sellerId}`

Deletes a seller.

Seller will be unassigned from all clients to which he was appointed. These clients will stay without seller.

## Path parameters

- `sellerId` integer, required

## Response `204`

OK.

## Other responses

- `404` — Resource not found.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
