Vai al contenuto principale
DELETE
/
api
/
v1
/
organizations
/
{organizationid}
/
workflows
/
{workflowid}
/
evaluations
/
cURL
curl --request DELETE \
  --url https://app.aegister.com/api/v1/organizations/{organizationid}/workflows/{workflowid}/evaluations/ \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 0,
  "messages": []
}
Permanently deletes all workflow evaluations for the specified organization and workflow. Path params
  • organizationid โ€” Organization ID
  • workflowid โ€” Workflow ID

Authorizations

X-Aegister-Token
string
header
required

Path Parameters

organizationid
integer
required
workflowid
string
required

Response

error
integer

Any value different from 0 indicates an error.
More details can be found in messages.

Required range: 0 <= x <= 0
Examples:

0

messages
any[]

If error is 1, contains zero or more details on the error.

Examples:
[]
โŒ˜I