Skip to content

Removes a buddy request to a user.

DELETE
/api/buddy/{userId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

userId*

which user to remove the request to

Typeinteger
Required
Pattern"\\d+"

Responses

Success.

application/json
JSON
true

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python