Delete

  • DEL
  • /workspaces
  • /:workspace_domain
  • /projects
  • /:project_name
  • /unit-tests
  • /suites
  • /:id

Delete a unit test suite

Request

REQUIRED SCOPES
UNIT_TEST_MANAGE
URL PARAMETERS
workspace_domainrequiredstring
The human-readable ID of the workspace

Example: "my-company"

project_namerequiredstring
The human-readable ID of the project

Example: "my-project"

idrequiredstring
The ID of the unit test suite

Example: "MNbyVedg"

Last modified on Jan 26, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace_domain/projects/:project_name/unit-tests/suites/:id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
204 Unit test suite deleted successfully