DELETE
/
v1
/
workflows
/
{workflow}
/
run
curl --request DELETE \
  --url https://api.base39.io/v1/workflows/{workflow}/run \
  --header 'Authorization: Bearer <token>'
"any"

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
Ok

Pode ser qualquer valor, incluindo null.

Example:

"any"