Identities
Delete identity
Delete an identity with the Go SDK.
DELETE
Delete identity
Use
Go response (
client.Identity.Delete to permanently remove an identity by its ID.
Call the method
client.Identity.Delete
| Field | Type | Description |
|---|---|---|
identityID | string | Identity ID to delete. Must be non-empty. |
Response
200 OK
Go response (*blnkgo.DeleteIdentityResponse)
| Field | Type | Description |
|---|---|---|
Message | string | Confirmation that the identity was deleted. |
Related docs
Identity overview
How identities work and when to use them.
Delete identity
HTTP request and response schema.