- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteApiKeys - API Key Module Reference
This documentation provides a reference to the deleteApiKeys
method. This belongs to the API Key Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
deleteApiKeys(ids, sharedContext?): Promise<void>#
This method deletes API keys by their IDs.
Example#
Parameters#
ids
string[]The IDs of the API keys.
Returns#
Promise
Promise<void>Resolves when the API keys are deleted successfully.
deleteApiKeys(id, sharedContext?): Promise<void>#
This method deletes an API key by its ID.
Example#
Parameters#
id
stringThe ID of the API key.
Returns#
Promise
Promise<void>Resolves when the API key is deleted successfully.
Was this page helpful?