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.
How to delete a contact flow in Amazon Connect?
Asked Answered
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.
Google shows this as first result, so it would be nice to update it, as currently you can delete flow using cli. –
Shelbashelbi
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.
CLI support is better than nothing. Thank you. –
Mcabee
© 2022 - 2024 — McMap. All rights reserved.