buyers
Deactivates an existing client user. The state of the client user will be updated from "ACTIVE" to "INACTIVE". This method has no effect if the client user is already in "INACTIVE" state. An error will be returned if the client user to deactivate is still in "INVITED" state.
post/v1/{+name}:deactivate
Path parameters
namestring required
Required. Format: buyers/{buyerAccountId}/clients/{clientAccountId}/clientUsers/{userId}
Request body
DeactivateClientUserRequest required
Request message for deactivating a client user.
Response
Successful response