delete https://client.apimetrics.io/api/2/workflows//
Use this API to delete an existing Workflow.
Use this API to create a new Workflow in your account. The JSON schema for the input is available at ./schema.json
import APImetrics
obj_id = "ID_OF_OBJECT"
apimetrics = APImetrics.APImetricsAPI(apimetrics_key="your_api_key")
resp = apimetrics.delete_workflow(obj_id)
print resp['status']