const data = await ctx.modules.friends.removeFriend({
  // Request body
});

Public

Yes

Request

const data = await ctx.modules.friends.removeFriend({
  // Request body
});

Request

Object containing the following properties:
PropertyType
userToken (*)string
targetUserId (*)string
(*) Required.

Response

Response

Object record with dynamic keys:
  • keys of type string
  • values of type never