Switching off Stripe for multiple clients

Is there an API to switch off Stripe payment for all clients?

It looks like it ought to be possible for a single client with Client_Update API Schema, though the documentation doesn’t have any examples of the right format. But if you can work out the format then you could enumerate all the clients with Client_Search API Schema and iterate through them updating one by one.