Delete a specified API key.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | apiKeyId | str | The ID of the API key to delete. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | `apiKeyId` is not found. |