Transfer / Client / delete_workflow

delete_workflow#

Transfer.Client.delete_workflow(**kwargs)#

Deletes the specified workflow.

See also: AWS API Documentation

Request Syntax

response = client.delete_workflow(
    WorkflowId='string'
)
Parameters:

WorkflowId (string) –

[REQUIRED]

A unique identifier for the workflow.

Returns:

None

Exceptions

  • Transfer.Client.exceptions.ResourceNotFoundException

  • Transfer.Client.exceptions.InvalidRequestException

  • Transfer.Client.exceptions.InternalServiceError

  • Transfer.Client.exceptions.ServiceUnavailableException

  • Transfer.Client.exceptions.AccessDeniedException