REST APIWorkflows
Delete a workflow
Delete a workflow — Spinrun Build REST API operation.
DELETE
/api/build/workflows/{ref}Authorization
bearerAuth AuthorizationBearer <token>
OAuth access token whose grant carries Build authorization.
In: header
Path Parameters
ref*string
Agent or workflow id or slug.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/build/workflows/string"{ "data": null}