Delete API key
DELETE
/v1/keys/{hash}Delete an API key owned by the authenticated user.
Use this endpoint when a key should no longer be usable. The operation is scoped to the authenticated user's own keys.
Authentication
Authorization Bearer
Use either a Token360 API key (sk-token360-...) or a signed-in user JWT.
Path Parameters
hashstringrequiredAPI key hash identifier.
Response
deletedbooleanTrue when the API key was deleted.
Was this page helpful?