Delete a public keypost https://{hostname}/config/applications/{appId}/eventdelivery/deleteKeysRemoves SIEM event delivery service public keys.Path ParamsappIdstringrequiredUnique identifier of the SIEM event delivery service's Identity Cloud application. You can find your application ID on the Console's Manage Application page.Body Paramskeysarray of stringsPublic keys being removed from the Amazon S3 bucket.keysADD stringResponses 200Successful response 400Your API request didn't pass the JSON schema validation. Public keys must be formatted as a JSON array. 401You specified an invalid client name or an invalid client secret. See Get started for information on configuring authentication for SIEM event delivery. 403Your credentials are valid for the application but not for this operation. For example, if you have read-only credentials those credentials are valid only with GET operations. See Get started for information on configuring authentication for SIEM event delivery. 404Your Akamai account ID needs to be listed in the application settings for the application specified in your API call. Use Console to verify your application settings.Updated about 1 month ago