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

KeyDatatypeRequiredDescription
tangany-versionnumber(Required) API version
Acceptstring
_tangany-datastring
If-Matchnull

RESPONSES

status: OK