Identities
Delete an identity
POST
/
v1
/
identities.deleteIdentity
Identities are in public beta. Please report any issues to support@unkey.dev
Delete an identity. This will not revoke the keys associated with the identity.
Changelog
Date | Changes |
---|---|
Jul 17 2024 | Introduced endpoint |
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
identityId
string
requiredThe id of the identity to delete
Response
200 - application/json
The response is of type object
.
Was this page helpful?