CleanRoomsService / Client / delete_collaboration

delete_collaboration#

CleanRoomsService.Client.delete_collaboration(**kwargs)#

Deletes a collaboration. It can only be called by the collaboration owner.

See also: AWS API Documentation

Request Syntax

response = client.delete_collaboration(
    collaborationIdentifier='string'
)
Parameters:

collaborationIdentifier (string) –

[REQUIRED]

The identifier for the collaboration.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • CleanRoomsService.Client.exceptions.InternalServerException

  • CleanRoomsService.Client.exceptions.ValidationException

  • CleanRoomsService.Client.exceptions.ThrottlingException

  • CleanRoomsService.Client.exceptions.AccessDeniedException