Dissociates a user property from a user.

Description

Before you call this operation, you can call the FilterUsers operation to query users that are associated with the user property.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteUserPropertyValue

The operation that you want to perform. Set the value to DeleteUserPropertyValue.

UserId Long No 123

The ID of the user.

PropertyId Long No 390

The ID of the property.

PropertyValueId Long No 978

The ID of the property value.

Response parameters

Parameter Type Example Description
RequestId String D6C62E40-F937-5803-B008-92E813399BA5

The ID of the request.

Examples

Sample requests

https://eds-user.cn-shanghai.aliyuncs.com/?Action=DeleteUserPropertyValue
&UserId=123
&PropertyId=390
&PropertyValueId=978
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteUserPropertyValueResponse>
    <RequestId>D6C62E40-F937-5803-B008-92E813399BA5</RequestId>
</DeleteUserPropertyValueResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "D6C62E40-F937-5803-B008-92E813399BA5"
}