Delete a group subscription by object and group ID
POST {{baseUrl}}/.api/api.svc/groupsubscriptions/delete?objectId={{$randomUUID}}&groupId={{$randomUUID}}
Delete a specified group subscription from your digital workplace given the objectId and groupId.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
objectId | string | (Required) - GUID |
The Id of the object thats being unsubscribed in your digital workplace. Only one object can be unsubscribed at a time. |
| groupId
| string | | (Required) - GUID
The Id of the group unsubscribing to the object. Here only one group can unsubscribe at a time. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | The type of response data to request. By default this endpoint will respond with XML. |
The options are:
- application/json
- application/xml |
RESPONSES
status: OK
{"minRequestPeriod":0,"requestSupportCode":637793394097096310,"dictionary":null,"response":null}