delete
Group DELETE
Required Scope: Groups, Delete
URL Parameters
- Param NameTypeDescription
- GROUP_GUIDstringUnique ID associated with the group
Resource URL
https://api.syncplicity.com/ provisioning/group.svc/{GROUP_GUID}
Header Parameters
Name | Values | Description |
---|---|---|
AppKey
(required) |
Consumer Key of the app from Developer Portal |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Payload Example
Response Payload Schema
Response Error Details
-
HTTP CodeError CodeDescription
-
403403
(Forbidden) - Not A Business Admin: The user attempting to execute this request is not a company administrator
(Forbidden) - Not This Company Group: Requester must be a member of the group's company -
404404
(Not Found) - Unknown Group ID: A group with the provided ID (Guid) does not exist in Syncplicity
(Not Found) - Wrong Group ID: Group ID must be a Guid
Working...