delete - API Key Module Reference
This documentation provides a reference to the delete
method. This belongs to the API Key Module.
delete(ids, sharedContext?): Promise<void>
This method deletes API keys by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the API keys.
Returns
Promise
Promise<void>RequiredResolves when the API keys are deleted successfully.
delete(id, sharedContext?): Promise<void>
This method deletes an API key by its ID.
Example
Parameters
id
stringRequiredThe ID of the API key.
Returns
Promise
Promise<void>RequiredResolves when the API key is deleted successfully.
Was this section helpful?