Deletes a new group with the supplied id. You can only delete groups that were created by you.
Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
---|---|---|---|
None. | SRGroupAPI | POST | Yes. |
This method requires a Group ID and will delete a group in Luminate Online. You can only delete static groups which were created by the same API admin through the createGroup API.
Server API callers must have "Group Management/Use Luminate Online Groups API" permission.
See topic Common Parameters.
Required. The id of the group you would like to delete.
Type xsd:nonNegativeInteger.
See topic HTTP Status Codes.
XML response<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <xml-fragment xmlns:ns2="http://convio.com/crm/v1.0"/>JSON response
{"xml-fragment":{"xmlns:ns2":"http://convio.com/crm/v1.0"}}