Delete collaboration groups

delete

/rest/ofscCore/v1/users/{login}/collaborationGroups

This operation deletes the collaboration groups assigned to the specified user.

Request

Path Parameters
Back to Top

Response

Supported Media Types

204 Response

This section describes the 204 status response for this operation.

Default Response

This section describes the default error response for this operation.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top

Examples

The following example shows how to delete collaboration groups by submitting a DELETE request on the REST resource.

Example of Request Header

The following shows an example of the request header.

DELETE /rest/ofscCore/v1/activities/3954799/csign HTTP/1.1
Authorization: Basic c29hcEBhcGljb3JlLmluNDAwOjE=
HTTP/1.1 Host: etadev1f

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 204 OK
Server: nginx/1.6.2
Date: Tue, 28 Jul 2015 10:06:02 GMT
Content-Type: application/json; charset=utf-8
Back to Top