CleanRoomsService / Client / delete_privacy_budget_template

delete_privacy_budget_template#

CleanRoomsService.Client.delete_privacy_budget_template(**kwargs)#

Deletes a privacy budget template for a specified membership.

See also: AWS API Documentation

Request Syntax

response = client.delete_privacy_budget_template(
    membershipIdentifier='string',
    privacyBudgetTemplateIdentifier='string'
)
Parameters:
  • membershipIdentifier (string) –

    [REQUIRED]

    A unique identifier for one of your memberships for a collaboration. The privacy budget template is deleted from the collaboration that this membership belongs to. Accepts a membership ID.

  • privacyBudgetTemplateIdentifier (string) –

    [REQUIRED]

    A unique identifier for your privacy budget template.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions