Remove a friend from the users friend list. Requires OAuth authentification.
GET
http://api.cixonline.com/v1.0/cix.svc/friends/{user}/rem(.xml/.json)
| Required | Name | Type | Description |
|---|---|---|---|
| required | user | string | The user to remove. |
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Success</string>
"Success"
| Code | Description |
|---|---|
| 401 | Authentication failed. Missing required parameter : {parameter name}. |
| 401 | Signature expired. Either the timestamp or the nonce have expired or are invalid. |