Deletes a user property.

Request parameters

Parameter Type Required Example Description
Action String Yes RemoveProperty

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

PropertyId Long Yes 390

The ID of the property. You can call the ListProperty operation to query the property ID.

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=RemoveProperty
&PropertyId=390
&<Common request parameters>

Sample success responses

XML format

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

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

JSON format

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

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