Skip to main content
DELETE
/
identities
/
{identity_id}
Delete identity
curl --request DELETE \
  --url http://localhost:5001/identities/{identity_id} \
  --header 'X-blnk-key: <api-key>'
Use client.Identity.Delete to permanently remove an identity by its ID.
1

Call the method

client.Identity.Delete
deleted, resp, err := client.Identity.Delete(
	"idt_3b63c8da-af29-4cc3-ad38-df17d87456e6",
)
FieldTypeDescription
identityIDstringIdentity ID to delete. Must be non-empty.
2

Response

200 OK
{
  "message": "Identity deleted successfully"
}

Go response (*blnkgo.DeleteIdentityResponse)

FieldTypeDescription
MessagestringConfirmation that the identity was deleted.

Identity overview

How identities work and when to use them.

Delete identity

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.