Deactivate Application
Deactivates the application belonging to the input project and matching the provided application ID.
Required permissions:
- project.app.write
Header Parameters
Define the version of the Connect protocol
1Define the timeout, in ms
Request Body
application/json
The unique ID of the application to be deactivated.
The ID of the project the application belongs to.
Response Body
application/json
application/json
curl -X POST "https://loading/zitadel.application.v2.ApplicationService/DeactivateApplication" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string", "projectId": "string" }'{
"deactivationDate": "2023-01-15T01:30:15.01Z"
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}Was this page helpful?
Create Application Key
Create Application Key: Create a new application key, which is used to authorize an API application. Key details are returned in the response. They must be stored safely, as it will not be possible to retrieve them again....
Delete Application
Delete Application: Deletes the application belonging to the input project and matching the provided application ID. Required permissions: