API keys
Revoke API key
How to revoke and delete an API key.
DELETE
Use this endpoint to revoke unused or expired API keys to maintain good security hygiene. Revoking an API key immediately revokes access, so ensure you update your applications with a new API key before revoking the old one.Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
Available on version 0.10.1 or later. Requires the master key or an API key with
api-keys:delete scope.Authorization
If set, the API uses an API key for authentication. Include the following header in your requests:X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
Path Parameters
The unique identifier of the API key to revoke.
Query Parameters
Unique identifier of the owner whose key you want to revoke.