Skip to main content
DELETE
/
flows
/
{flowId}
Excluir Flow
curl --request DELETE \
  --url https://apis.vectalk.com.br/flows/{flowId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Requer token de instância.

Parâmetros

Path

flowId
string
required
ID único do Flow a ser excluído. O Flow deve estar no status DRAFT.

Resposta

{
  "success": true
}