# Revokes payment method shares (bulk or all). **DELETE /2026-2/payment-methods/{paymentMethodId}/shares** Deletes payment method shares for the given payment method. If a body with shareIds is provided, only those shares are revoked (1–100 IDs). If the body is omitted or shareIds is empty, all shares for this payment method are revoked. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 ## Parameters ### Path parameters - **paymentMethodId** (string(uuid)) The ID of the payment method to revoke shares for. ### Body: application/json (object) - **shareIds** (array[string(uuid)]) The IDs of the payment method shares to revoke. Maximum 50 per request. Omit or pass an empty array to revoke all shares for the payment method. ## Responses ### 204 The specified payment method shares were 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)