delete
https://Use API Lookup for a base URL/apps//apiKeys/
Deletes API key of the application. This API key can no longer be used for authentication or authorization.
Since API key cannot be recovered once deleted, it is recommended that the client application calling this end-point should enforce a confirmation of delete action (Example: Confirm box saying: Are you sure you want to delete this API Key?).
Access Control:
- The calling principal must have "manage" or "write" action permission for the resource "{app}" in the "account" service.
- The calling principal MUST NOT include a project scope.
401- 401300 - Access is denied due to invalid credentials.
404- 404660 - No app exists with the given id.
- 404666 - The API key does not exist.
429- 429003 - Request blocked because of too many requests made. Wait for a while before making a new request.