Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 710 Bytes

File metadata and controls

33 lines (23 loc) · 710 Bytes
code type title description
true
page
deleteApiKey
Deletes a user's API key.

deleteApiKey

Deletes a user's API key.


Future<void> deleteApiKey(
      String userId, String id, {bool? waitForRefresh})

Property Type Description
userId
String
User kuid
id
String
API key unique ID
refresh
bool?

(false)
If set to wait_for, Kuzzle will not respond until the API key is indexed

Usage

<<< ./snippets/delete-api-key.dart