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

WSIDstringRequired

Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.

versionenumRequired

Specify the version for which you would like to update the user property.

Allowed values:

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

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

This endpoint returns an object.
request_idstring

Errors