API keys
Delete API key
Revoke an API key with the Java SDK.
DELETE
Delete API key
Use
blnk.apiKeys().delete for this operation.
1
Call the method
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
Returns
204 No Content on success. Check response.status() == 204 and treat response.data() as null. Do not parse a response body on this endpoint.Related docs
How API keys work
Scopes, the master key, and the auth model.
Revoke API key
HTTP request and response schema.