Delete a Dataflow. Deleting a Dataflow will also result in deleting all of its components: (RecordSets, Webhooks, Post Actions and data).
DELETE
/dataflows/{dataflowId}
curl \
--request DELETE 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"_id": "5743cbbccd7b08254a5a6ec0"
}