POST (Header:DELETE) api.ashx/v2/userprofilefields/{name}.{json|xml}
Request Parameters
Name | Type | Location | Description | Required | Default | Options |
---|---|---|---|---|---|---|
Name | string | Request Body | User profile field name | Required |
Example Requests
Widget Javascript
jQuery.telligent.evolution.del({ url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/userprofilefields/{name}.json', data: { 'name': 'name' } }).then(function(response) { // use response });
Example Responses
JSON
{ "UserProfileField": { "Warnings": [], "Errors": [] }, "Errors": [ "string", "string" ] }
XML
<?xml version="1.0" encoding="utf-16"?> <Response> <UserProfileField /> <Errors> <Message>string</Message> <Message>string</Message> </Errors> </Response>