Skip to main content
DELETE
Delete API key
Use client.ApiKeys.Delete to revoke an API key by ID.
1

Call the method

client.ApiKeys.Delete
2

Confirm the outcome

On success, Core returns 204 No Content. Check resp.StatusCode. The key can no longer authenticate requests.
3

Response

204 No Content
Returns 204 No Content on success with an empty body. Delete returns (*http.Response, error) only — there is no decoded response struct.

How API keys work

Scopes, the master key, and the auth model.

Revoke API key

HTTP request and response schema.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.