Delete

  • DEL
  • /workspaces
  • /:workspace
  • /projects
  • /:project_name
  • /pipelines
  • /:pipeline_id

Deletes an existing pipeline from the project.

Request

REQUIRED SCOPES
EXECUTION_MANAGE
URL PARAMETERS
workspacerequiredstring
The workspace name.
pipeline_idrequiredinteger
The numerical ID of the desired pipeline.
project_namerequiredstring
The name ID of the project.

Last modified on Jan 19, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/projects/:project_name/pipelines/:pipeline_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \

Response

STATUS
204 NoContent