Delete Customer
Delete Customer Mutation
Arguments
Name
Type
Description
Return Type
Return Fields
Field
Type
Description
Usage Example
mutation {
deleteCustomer(id: "cust_123456789") {
deletedID
}
}JavaScript Example
Important Considerations
Soft vs Hard Delete
Data Integrity
Permissions
Error Scenarios
Best Practices
Alternative Approaches
Last updated
Was this helpful?
