Delete
Delete a project
Deletes a project from a workspace. Restricted to administrators only.
Required scopes: WORKSPACE
, PROJECT_DELETE
Resource URL
DELETE /workspaces/:domain/projects/:project_name
URL Parameters
Name | Type | Description |
---|---|---|
domain Required | String | The workspace domain. |
project_name Required | String | The name of the project. |
Example
Request
DELETE https://api.buddy.works/workspaces/buddy/projects/landing-page
Sample Response
HTTP
Status: 204 NoContent
X-Rate-Limit-Limit: 1
X-Rate-Limit-Remaining: 999
Last modified on April 26, 2022