POST debug/delete-friend-requests/{userId}

Debug functionality to delete your own friend requests. This is to assist with testing friend request workflows, given that repeated friend requests are denied for harassment mitigation reasons.

Example

POST /api/v1/debug/delete-friend-requests/{userId} HTTP/1.1
Authorization: Bearer ...
----------------------------------------
HTTP/1.1 204 No Content
ETag: W/"a-bAsFyilMr4Ra1hIU5PyoyFRunpI"

Security

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

URL Parameters

NameDescriptionValue
userIdthe ID of the user as a GUID with dashesstring

Query Parameters

NONE

Request Body

NONE

Response

Successful responses are code 204. Error responses are standard.

Response Body

NONE