Unset User Property
This API enables you to unset (nullify) user properties of your users listed in your User Profiles. If the specified distinct ID or property doesn’t exist, it simply accepts the unset request and ignores it. This API can be used to unset all property data types: String, Number, Boolean, Date, List.
Path parameters
WSID
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
version
Specify the version for which you would like to update the user property.
Allowed values:
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
$unset
Enter the property names to unset in an array
distinct_id
Enter the distinct ID that you use to identify the recipient.
Response
This endpoint returns an object.
request_id