Deletes the given project
delete
/v1/projects/{ref}OAuth scopes
- projects:write
The fine-grained token must include the following permissions to access this endpoint:
- project_admin_write
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
Response (200)
1{2 "id": -9007199254740991,3 "ref": "lorem",4 "name": "lorem"5}