REST APIAgents
Archive an agent
Archive an agent — Spinrun Build REST API operation.
DELETE
/api/build/agents/{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/agents/string"{ "data": null}