Delete Project
DELETE/v2beta/projects/:id
Delete an existing project. In case the project is not found, the request will return a successful response as the desired state is already achieved.
Required permission:
project.delete
Request​
Responses​
- 200
- 403
- 404
- default
Project deleted successfully
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.