Delete Artifacts

  • DEL
  • /workspaces
  • /:workspace
  • /artifacts
  • /:artifact_Id

Delete a artifact

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"

Last modified on Jun 29, 2026

Request example

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