ZITADEL Docs
APIsCore ResourcesV1Organization Objects

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.

DELETE
/projects/{project_id}/apps/{app_id}/keys/{key_id}

Path Parameters

project_id*string
app_id*string
key_id*string

Response Body

application/json

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?