RemoveAppKey
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.
Path Parameters
project_id*string
app_id*string
key_id*string
Response Body
application/json
application/json
curl -X DELETE "https://loading/projects/string/apps/string/keys/string"{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?