Delete Project
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
Header Parameters
Define the version of the Connect protocol
1Define the timeout, in ms
Request Body
application/json
ProjectID is the unique identifier of the project to be deleted.
Response Body
application/json
application/json
curl -X POST "https://loading/zitadel.project.v2.ProjectService/DeleteProject" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{ "projectId": "string" }'{
"deletionDate": "2023-01-15T01:30:15.01Z"
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}Was this page helpful?
Deactivate Project Grant
Deactivate Project Grant: Set the state of the project grant to deactivated. Applications under deactivated projects grants are not able to login anymore. Required permission:
Delete Project Grant
Delete Project Grant: Delete a project grant. All user grants (role assignments) for this project grant will also be removed. A user will not have access to the project afterward (if permissions are checked). In case th...