Removes the specified member Amazon Web Services account as a delegated administrator for the
specified Amazon Web Services service.
Deregistering a delegated administrator can have unintended impacts on the
functionality of the enabled Amazon Web Services service. See the documentation for the enabled
service before you deregister a delegated administrator so that you understand any
potential impacts.
You can run this action only for Amazon Web Services services that support this
feature. For a current list of services that support it, see the column Supports
Delegated Administrator in the table at Amazon Web Services Services that you can use with
Organizations in the Organizations User Guide.
This operation can be called only from the organization's management account.
example
Use a bare-bones client and the command you need to make an API call.
Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon Web Services service.
Deregistering a delegated administrator can have unintended impacts on the functionality of the enabled Amazon Web Services service. See the documentation for the enabled service before you deregister a delegated administrator so that you understand any potential impacts.
You can run this action only for Amazon Web Services services that support this feature. For a current list of services that support it, see the column Supports Delegated Administrator in the table at Amazon Web Services Services that you can use with Organizations in the Organizations User Guide.
This operation can be called only from the organization's management account.
Use a bare-bones client and the command you need to make an API call.
import { OrganizationsClient, DeregisterDelegatedAdministratorCommand } from "@aws-sdk/client-organizations"; // ES Modules import // const { OrganizationsClient, DeregisterDelegatedAdministratorCommand } = require("@aws-sdk/client-organizations"); // CommonJS import const client = new OrganizationsClient(config); const command = new DeregisterDelegatedAdministratorCommand(input); const response = await client.send(command);
DeregisterDelegatedAdministratorCommandInput for command's
input
shape.DeregisterDelegatedAdministratorCommandOutput for command's
response
shape.config for OrganizationsClient's
config
shape.