跳到主要内容
版本:v0.6

Delete workflow executions that belongs to a project.

Delete workflow executions.

Delete workflow executions that belongs to a project.

Responses

Accepted


Schema
    message string
    status integer

    Default value: 202

    statusText string

    Default value: Accepted

DELETE /v1/projects/:project/workflows/:workflow/executions

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
curl / cURL
curl -L -X DELETE 'https://seal-io.github.io/v1/projects/:project/workflows/:workflow/executions' \
-H 'Accept: application/json'