DELETE

/api/im/contacts/{userId}/remove

Remove friend

Removes a contact (friend) from the user's contact list.

curl -s -X DELETE "$BASE/api/im/contacts/$USER_ID/remove" \
  -H "Authorization: Bearer $TOKEN"

Parameters

FieldTypeReqDefaultDescription
userIdstringY

Try it out

Path Parameters
/api/im/contacts/{userId}/remove
Sign in to use your API key
Request Body
Response
Click Execute to test