Kustomer API

Getting access, Developing, Testing

Back to Kustomer

Delete Customer

Deletes a customer record using the unique customer ID.

Any one of the following roles is required for this endpoint:

|Legacy Role|Equivalent Permission Set Role| |-----|--------| |org.user.customer.delete|org.permission.customer.delete|

Input

type: object properties: parameters: type: object properties: id: type: string description: (Required) Unique ID of the customer. required: - id title: Parameters