Deletes a membership.
Requires user authentication and the chat.memberships
or chat.memberships.app
authorization scope.
HTTP request
DELETE https://chat.googleapis.com/v1/{name=spaces/*/members/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name of the membership to delete. Chat apps can delete human users' or their own memberships. Chat apps can't delete other apps' memberships. When deleting a human membership, requires the When deleting an app membership, requires the Format: spaces/{space}/members/{member} or spaces/{space}/members/app |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Membership
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/chat.memberships
https://www.googleapis.com/auth/chat.memberships.app
For more information, see the Authorization guide.