Delete default pipeline
Delete the association between a default pipeline and a provisioner operation
delete
Path parameters
orgstringRequiredExample:
Id et perferendis.projectstringRequiredExample:
Iste nihil.Header parameters
Harness-AccountstringRequiredExample:
Aut deserunt.Body
operationstring · enumRequiredExample:
The default pipeline is associated with this operation
planPossible values: provisionerstring · enumRequiredExample:
The default pipeline is associated with this provisioner
opentofuPossible values: workspacestringOptionalDefault:
The default pipeline is associated with this workspace if specified
""Example: planResponses
200
OK response.
No content
400
BadRequestError: Bad Request response.
application/vnd.goa.error
401
UnauthorizedError: Unauthorized response.
application/vnd.goa.error
403
ForbiddenError: Forbidden response.
application/vnd.goa.error
404
NotFoundError: Not Found response.
application/vnd.goa.error
408
TimeoutError: Request Timeout response.
application/vnd.goa.error
409
ConflictError: Conflict response.
application/vnd.goa.error
423
LockedError: Locked response.
application/vnd.goa.error
499
ContextCancelledError: response.
application/vnd.goa.error
500
InternalServerError: Internal Server Error response.
application/vnd.goa.error
502
BadGatewayError: Bad Gateway response.
application/vnd.goa.error
delete/api/orgs/{org}/projects/{project}/settings/default-pipelines
DELETE /api/orgs/{org}/projects/{project}/settings/default-pipelines HTTP/1.1
Host: localhost:80
Harness-Account: Aut deserunt.
Content-Type: application/json
Accept: */*
Content-Length: 64
{
"operation": "plan",
"provisioner": "opentofu",
"workspace": "plan"
}No content
Last updated
Was this helpful?