FinSpaceData / Client / delete_permission_group

delete_permission_group#

FinSpaceData.Client.delete_permission_group(**kwargs)#

Deletes a permission group. This action is irreversible.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.delete_permission_group(
    permissionGroupId='string',
    clientToken='string'
)
Parameters:
  • permissionGroupId (string) –

    [REQUIRED]

    The unique identifier for the permission group that you want to delete.

  • clientToken (string) –

    A token that ensures idempotency. This token expires in 10 minutes.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{
    'permissionGroupId': 'string'
}

Response Structure

  • (dict) –

    • permissionGroupId (string) –

      The unique identifier for the deleted permission group.

Exceptions