cURL
curl --request DELETE \ --url https://api.portable.io/v2/flows/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete an existing flow
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID
OK