delete_customer
Delete a customer from the Chirak store directory by providing their UUID. Keep customer records clean and accurate by removing unwanted entries.
Instructions
Delete a customer from the Chirak store directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer UUID to delete (required). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Result data payload from Chirak API. | |
| success | No | Status of the tool execution. |