DELETE /api/v1/forward/identities/{identity_id}
Deletes an Identity by marking it deleted. Historical sessions, events, and audit records are not cascade-deleted.
Headers
Path parameters
Example request
Example response
HTTP 200 OKResponse fields
Errors
Notes
- Deleted identities cannot be used to create new sessions.
- Delete is currently implemented as a soft delete.