Delete Application Key
Deprecated: Use DeleteApplicationKey instead to delete an application key.
Remove an application key. The API application will not be able to authorize with the key anymore.
curl -X DELETE "https://loading/projects/string/apps/string/keys/string"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
DeactivateOrgIDP
Explore the DeactivateOrgIDP operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Delete Key for service account
Delete Key for service account: Deprecated: use [user service v2 RemoveKey](/reference/api/user/zitadel.user.v2.UserService.RemoveKey) instead. Delete a specific key from a user. The user will not be able to authenticate with tha...