Delete Customer
Delete a customer or partner.
Request
Request-Line
DELETE /sfd/v2.0/customers/{customerId} HTTP/1.1
Request Parameters
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
customerId | Integer | Mandatory | Unique identifier of the customer record. |
Response
Status Codes, Error Codes and Error Messages
Status Code | Error Code | Error Message |
---|---|---|
403 | CustomerChild.Exist | Can't execute because customer has child customer. |
404 | Customer.NotExist | Can't execute because customer does not exist. |
404 | Customer.NotAcceptable | Can't execute because customer is a self-onboarding customer. |
Examples
Delete Customer
Request
DELETE /sfd/v2.0/customers/1 HTTP/1.1