# Update customer token status Use this API call to update the status of a Kustom Customer Token. This should be used if you want to cancel a specific customer token. Read more on Update the status of a customer token. Endpoint: PATCH /customer-token/v1/tokens/{customerToken}/status Version: 1.0.0 ## Path parameters: - `customerToken` (string, required) ## Request fields (application/json): - `status` (string, required) The token status to update to. Enum: "CANCELLED" ## Response 202 fields ## Response 400 fields ## Response 403 fields ## Response 404 fields