DELETE
/
v1
/
workflows
/
{workflow}
curl --request DELETE \
  --url https://api.base39.io/v1/workflows/{workflow} \
  --header 'Authorization: Bearer <token>'
{
  "id": "wrkf_659416fca5cfada2511ae0da",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow
string
required

ID do workflow

Response

200 - application/json

Retorna um objeto com um parâmetro deleted em caso de sucesso. Se o ID do Workflow não existir, essa chamada retornará um erro.

The response is of type object.