DELETE user/{userId}/friend/{userFriendId}

Unfriend a user.

Example

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"

Security

Authentication is required, and access is restricted to the user.

URL Parameters

NameDescriptionValue
userIdthe ID of the user as a GUID with dashesstring
friendUserIdthe ID of the user to unfriend as a GUID with dashesstring

Request Body

NONE

Response

Successful responses are code 204. Error responses are standard.

Response Body

NONE