Deactivate Application
Deprecated: Use DeactivateApplication instead to deactivate an app.
Set the state of an application to deactivated. It is not possible to request tokens for deactivated apps. Request returns an error if the application is already deactivated.
curl -X POST "https://loading/projects/string/apps/string/_deactivate"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
CreateAction
Explore the CreateAction operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Deactivate Organization
Deactivate Organization: Deprecated: use [organization service v2 DeactivateOrganization](/reference/api/org/zitadel.org.v2.OrganizationService.DeactivateOrganization) instead. Sets the state of my organization to deactiva...