# customerPaymentMethodRevoke - admin - MUTATION Version: 2025-01 ## Description Revokes a customer's payment method. ### Access Scopes `write_customers` access scope. Also: Requires `write_customer_payment_methods` scope. ## Arguments * [customerPaymentMethodId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the customer payment method to be revoked. ## Returns * [revokedCustomerPaymentMethodId](/docs/api/admin/2025-01/scalars/ID): ID The ID of the revoked customer payment method. * [userErrors](/docs/api/admin/2025-01/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples