How to delete a contact flow in Amazon Connect?
Asked Answered
M

2

7

It's easy to create or rename a contact flow in Amazon Connect, but how do you delete one? The documentation doesn't mention anything about it and a Google search has come up empty.

Mcabee answered 11/6, 2020 at 18:14 Comment(0)
K
7

Currently, in Amazon Connect, the only way to delete a flow is via API:

From the Administrator Guide for Amazon Connect:

To delete flows use the DeleteContactFlow API.

Currently, there's no way to delete flows using the Amazon Connect admin console.

Koons answered 16/6, 2020 at 19:18 Comment(1)
Google shows this as first result, so it would be nice to update it, as currently you can delete flow using cli.Shelbashelbi
M
7

AWS CLI now supports contact flow deletion.

From the Documentation:

    delete-contact-flow
--instance-id <value>
--contact-flow-id <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Edit: Alternatively you can use the DeleteContactFlow API.

Mccowan answered 9/12, 2021 at 10:29 Comment(1)
CLI support is better than nothing. Thank you.Mcabee

© 2022 - 2024 — McMap. All rights reserved.