Delete customer
DELETE {{baseUrl}}/customers/:customerId
Deletes a Customer.
Customer deletion is an irreversible operation. However for internal compliance purposes, the data is only SOFT deleted from the database. This means that the entry still exists in the database but is tagged as deleted
.
Allowed roles : EDITOR
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
tangany-version | number | (Required) API version | |
Accept | string | ||
_tangany-data | string | ||
If-Match | null |
RESPONSES
status: OK