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.

Authentication

AuthorizationBearer
Enter your API Key. If you don't have it already, you can create one from the API Keys page within your Fyno account

Path parameters

WSIDstringRequired
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
versionenumRequiredDefaults to live
Specify the version for which you would like to update the user property.
Allowed values:

Request

This endpoint expects an object.
$unsetlist of stringsRequired
Enter the property names to unset in an array
distinct_idstringRequired
Enter the distinct ID that you use to identify the recipient.

Response

Request has been accepted and will be processed asynchronously.
request_idstring

Errors