Deactivate Project
POST/v2beta/projects/:id/deactivate
Set the state of a project to deactivated. Request returns no error if the project is already deactivated. Applications under deactivated projects are not able to login anymore.
Required permission:
project.write
Request​
Responses​
- 200
- 403
- 404
- default
Project deactivated successfully
Returned when the user does not have permission to access the resource.
The project to deactivate does not exist.
An unexpected error response.