pub async fn delete_api_key(
configuration: &Configuration,
app_id: &str,
token_id: &str,
) -> Result<Value, Error<DeleteApiKeyError>>Expand description
Delete a specific Rich Authentication Token (App API Key) for a OneSignal app. Requires your Organization API Key and the token’s unique ID, not the token value itself.