Delete Versions

  • DEL
  • /workspaces
  • /:workspace
  • /artifacts
  • /:artifact_id
  • /versions
  • /:version_id

Delete a artifact version

Request

REQUIRED SCOPES
ARTIFACT_MANAGE
URL PARAMETERS
workspacerequiredstring
The human-readable ID of the workspace

Example: "my-company"

artifact_idrequiredstring
The Artifact ID

Example: "x5169jL2"

version_idrequiredstring
The Version ID

Example: "a9f84k2L"

Last modified on Jun 29, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/artifacts/:artifact_id/versions/:version_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
204 Artifact version deleted successfully