Transfer / Client / delete_agreement

delete_agreement#

Transfer.Client.delete_agreement(**kwargs)#

Delete the agreement that’s specified in the provided AgreementId.

See also: AWS API Documentation

Request Syntax

response = client.delete_agreement(
    AgreementId='string',
    ServerId='string'
)
Parameters:
  • AgreementId (string) –

    [REQUIRED]

    A unique identifier for the agreement. This identifier is returned when you create an agreement.

  • ServerId (string) –

    [REQUIRED]

    The server identifier associated with the agreement that you are deleting.

Returns:

None

Exceptions

  • Transfer.Client.exceptions.ResourceNotFoundException

  • Transfer.Client.exceptions.InvalidRequestException

  • Transfer.Client.exceptions.InternalServiceError

  • Transfer.Client.exceptions.ServiceUnavailableException