---
title: "Delete an empty supplier"
method: DELETE
path: "/suppliers/{supplierId}"
tags: ["Suppliers"]
---

# Delete an empty supplier

`DELETE /suppliers/{supplierId}`

## Path parameters

- `supplierId` string, required

## Response `204`

Supplier deleted

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict

---

[API](https://skmtc.dev/greentally/apis/esgai-api.md) · [All operations](https://skmtc.dev/greentally/apis/esgai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greentally/esgai-api/revisions/4fccdcaa5e57/schema)
