---
title: "Unset User Property"
method: POST
path: "/{WSID}/{version}/profiles/properties/unset"
tags: ["User Properties"]
---

# Unset User Property

`POST /{WSID}/{version}/profiles/properties/unset`

This API enables you to unset (nullify) user properties of your users listed in your [User Profiles](../user-profiles-overview). 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` string, required
- `version` 'live' | 'test', required

## Request body

- UnsetUserProperty
  - `$unset` string[], required — Enter the property names to unset in an array
  - `distinct_id` string, required — Enter the distinct ID that you use to identify the recipient.

## Response `202`

Request has been accepted and will be processed asynchronously.

- object
  - `request_id` string, required

## Other responses

- `400` — $unset object is empty
- `401` — API Key or Workspace ID is invalid. User is unauthorised.

---

[API](https://skmtc.net/fynoio/apis/fyno-rest-api.md) · [All operations](https://skmtc.net/fynoio/apis/fyno-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fynoio/fyno-rest-api/versions/021088e9cb30/schema)
