API keys
Delete API key
Revoke an API key with the TypeScript SDK.
DELETE
Delete API key
Use Returns
blnk.ApiKeys.delete to revoke an API key by ID.
1
Call the method
blnk.ApiKeys.delete
2
Confirm the outcome
On success, Core returns
204 No Content and response.data is null. The key can no longer authenticate requests.3
Response
204 No Content
204 No Content on success with an empty body, so response.data is null.