deleteCustomer API.
For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
customer:delete
Mutation
Variables
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a customer and their threads with the deleteCustomer mutation.
deleteCustomer API.
customer:deletemutation deleteCustomer($input: DeleteCustomerInput!) {
deleteCustomer(input: $input) {
error {
message
type
code
fields {
field
message
type
}
}
}
}
{
"input": {
"customerId": "c_01H14DFQ4PDYBH398J1E99TWSS"
}
}
Was this page helpful?
