delete_workflow
(**kwargs)¶Deletes the specified workflow and all its corresponding resources. This is an async process.
See also: AWS API Documentation
Request Syntax
response = client.delete_workflow(
DomainName='string',
WorkflowId='string'
)
[REQUIRED]
The unique name of the domain.
[REQUIRED]
Unique identifier for the workflow.
dict
Response Syntax
{}
Response Structure
Exceptions
CustomerProfiles.Client.exceptions.BadRequestException
CustomerProfiles.Client.exceptions.ResourceNotFoundException
CustomerProfiles.Client.exceptions.AccessDeniedException
CustomerProfiles.Client.exceptions.ThrottlingException
CustomerProfiles.Client.exceptions.InternalServerException