Skip to main content
DELETE
Delete flow

Concepts

Permanently deletes a flow.
Only flows in DRAFT can be deleted. For a published flow, use Deprecate flow.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

wabaId
string
required

WABA ID (obtained via List WABAs)

Example:

"428083093730937"

flowId
string
required

Flow ID (obtained via List flows)

Example:

"1122334455667788"

Response

Flow deleted. No content returned.