CognitoIdentityProvider / Client / delete_resource_server

delete_resource_server#

CognitoIdentityProvider.Client.delete_resource_server(**kwargs)#

Deletes a resource server.

See also: AWS API Documentation

Request Syntax

response = client.delete_resource_server(
    UserPoolId='string',
    Identifier='string'
)
Parameters:
  • UserPoolId (string) –

    [REQUIRED]

    The user pool ID for the user pool that hosts the resource server.

  • Identifier (string) –

    [REQUIRED]

    The identifier for the resource server.

Returns:

None

Exceptions