Remove Application
Deprecated: Use DeleteApplication instead to delete an app.
Remove an application. It is not possible to request tokens for removed apps. Request returns an error if the application is already deactivated.
curl -X DELETE "https://loading/projects/string/apps/string"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Remove a Personal-Access-Token (PAT) by ID
Remove a Personal-Access-Token (PAT) by ID: Deprecated: use [user service v2 RemovePersonalAccessToken](/reference/api/user/zitadel.user.v2.UserService.RemovePersonalAccessToken) instead. Delete a PAT from a user. Afterward, the user will no...
Remove Domain
Remove Domain: Deprecated: use [organization service v2 DeleteOrganizationDomain](/reference/api/org/zitadel.org.v2.OrganizationService.DeleteOrganizationDomain) instead. Delete a new domain from an organization....