---
title: "Delete a customer profile within Flow workflows"
method: DELETE
path: "/entities/{entityDID}/flow/customers/{customerDID}"
tags: ["Flow"]
---

# Delete a customer profile within Flow workflows

`DELETE /entities/{entityDID}/flow/customers/{customerDID}`

Permanently removes a customer profile from a Flow workflow context. This action
cannot be undone and will remove all associated customer data and PII.

## Path parameters

- `entityDID` string, did, required — Decentralized Identifier (DID)
- `customerDID` string, required

## Response `204`

Customer deleted successfully

## Other responses

- `400` — Bad Request - The server could not process the request due to a client error.
- `401` — Unauthorized - Authentication information is missing or invalid.
- `403` — Forbidden - The server understood the request but refuses to authorize it.
- `404` — Not Found - The requested resource could not be found.
- `500` — Could not delete customer

---

[API](https://skmtc.net/notabene/apis/notabene-api.md) · [All operations](https://skmtc.net/notabene/apis/notabene-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notabene/notabene-api/versions/70056745a433/schema)
