Vai al contenuto principale
DELETE
/
workflows
/
{workflowId}
Elimina un workflow
curl --request DELETE \
  --url https://api.altostrat.io/workflows/{workflowId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT standard per le sessioni utente ottenuto tramite l'autenticazione Altostrat.

Path Parameters

workflowId
string
required

L'ID prefissato del workflow (es. fl_...).

Response

Il workflow è stato eliminato con successo.