Delete

  • DELETE
  • /workspaces
  • /:domain
  • /projects
  • /:project_name

Deletes a project from a workspace. Restricted to administrators only.

Request

REQUIRED SCOPES
WORKSPACE, PROJECT_DELETE
URL PARAMETERS
domainrequired string
The workspace domain.
project_namerequired string
The name of the project.

Last modified on Oct 3, 2024

Example:

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:domain/projects/:project_name" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
STATUS
204 NoContent
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999