DeleteApplicationKey
Delete Application Key
Deletes an application key matching the provided ID.
Organization ID is not mandatory, but helps with filtering/performance.
The deletion time is returned in response message.
Required permissions:
project.app.write
Header Parameters
Connect-Protocol-Version*number
Define the version of the Connect protocol
Value in
1Connect-Timeout-Ms?number
Define the timeout, in ms
Request Body
application/json
keyId*string
The unique ID of the application key to be deleted.
applicationId*string
The ID of the application the key belongs to.
projectId*string
The ID of the project the application belongs to.
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/zitadel.application.v2.ApplicationService/DeleteApplicationKey" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{ "keyId": "string", "applicationId": "string", "projectId": "string" }'{
"deletionDate": "1s"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?