PartnerCentralChannelAPI / Client / delete_relationship

delete_relationship

PartnerCentralChannelAPI.Client.delete_relationship(**kwargs)

Deletes a partner relationship.

See also: AWS API Documentation

Request Syntax

response = client.delete_relationship(
    catalog='string',
    identifier='string',
    programManagementAccountIdentifier='string',
    clientToken='string'
)
Parameters:
  • catalog (string) –

    [REQUIRED]

    The catalog identifier for the relationship.

  • identifier (string) –

    [REQUIRED]

    The unique identifier of the relationship to delete.

  • programManagementAccountIdentifier (string) –

    [REQUIRED]

    The identifier of the program management account associated with the relationship.

  • clientToken (string) –

    A unique, case-sensitive identifier to ensure idempotency of the request.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • PartnerCentralChannelAPI.Client.exceptions.ResourceNotFoundException

  • PartnerCentralChannelAPI.Client.exceptions.InternalServerException

  • PartnerCentralChannelAPI.Client.exceptions.ValidationException

  • PartnerCentralChannelAPI.Client.exceptions.ThrottlingException

  • PartnerCentralChannelAPI.Client.exceptions.AccessDeniedException

  • PartnerCentralChannelAPI.Client.exceptions.ConflictException