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 blnk.Identity.delete to permanently remove an identity by its ID.
1

Call the method

blnk.Identity.delete
const response = await blnk.Identity.delete('idt_3b63c8da-af29-4cc3-ad38-df17d87456e6');
FieldTypeDescription
idstringIdentity ID to delete.
2

Confirm the outcome

Check the response message to confirm the identity was removed. Blnk will no longer return this identity on subsequent requests.
3

Response

200 OK
{
  "message": "Identity deleted successfully"
}
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.