Unfriend a user.
DELETE /api/v1/user/x/friend/x HTTP/1.1 Authorization: Bearer ... Content-Type: application/json ---------------------------------------- HTTP/1.1 204 No Content ETag: W/"a-bAsFyilMr4Ra1hIU5PyoyFRunpI"
Authentication is required, and access is restricted to the user.
| Name | Description | Value |
|---|---|---|
| userId | the ID of the user as a GUID with dashes | string |
| friendUserId | the ID of the user to unfriend as a GUID with dashes | string |
NONE
Successful responses are code 204. Error responses are standard.
NONE