Page tree
Skip to end of metadata
Go to start of metadata

Description

Deletes an existing membership (meaning the user is unsubscribed from the group). This call differs from the unsubscribe method in that the user is not notified about the unsubscription.

Available from

v2

Request path

DELETE [REST URL]/membership/delete

Query Parameters

Parameter

Type

Description

userId

Long

ID of the user

groupId

Long

ID of the group

Example response

{
    "userId": 18076325029,
    "groupId": 1800116178,
    "attributes": []
}
  • No labels