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.
POST /api/v1/debug/delete-friend-requests/{userId} HTTP/1.1
Authorization: Bearer ...
----------------------------------------
HTTP/1.1 204 No Content
ETag: W/"a-bAsFyilMr4Ra1hIU5PyoyFRunpI"Authentication is required, and access is restricted to the subject user.
| Name | Description | Value |
|---|---|---|
| userId | the ID of the user as a GUID with dashes | string |
NONE
NONE
Successful responses are code 204. Error responses are standard.
NONE