# Delete a payment method. **DELETE /2026-2/payment-methods/{paymentMethodId}** Delete a specific payment method. This will remove the payment method from the system making it unavailable for further transactions. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 ## Parameters ### Path parameters - **paymentMethodId** (string(uuid)) The unique identifier of the payment method to delete. ## Responses ### 204 The payment method was successfully deleted. ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)