ResilienceHubV2 / Client / delete_user_journey

delete_user_journey

ResilienceHubV2.Client.delete_user_journey(**kwargs)

Deletes a user journey.

See also: AWS API Documentation

Request Syntax

response = client.delete_user_journey(
    systemArn='string',
    userJourneyId='string'
)
Parameters:
  • systemArn (string) –

    [REQUIRED]

    ARN identifier.

  • userJourneyId (string) –

    [REQUIRED]

    The identifier of the user journey to delete.

Return type:

dict

Returns:

Response Syntax

{
    'userJourneyId': 'string'
}

Response Structure

  • (dict) –

    • userJourneyId (string) –

      The identifier of the deleted user journey.

Exceptions

  • ResilienceHubV2.Client.exceptions.InternalServerException

  • ResilienceHubV2.Client.exceptions.ResourceNotFoundException

  • ResilienceHubV2.Client.exceptions.ValidationException

  • ResilienceHubV2.Client.exceptions.ConflictException

  • ResilienceHubV2.Client.exceptions.AccessDeniedException