workspaceMember_deleteList

DELETE /orgs/{oid}/workspaces/{wid}/memberships

Removes one or more users as members of a workspace.

The list of users can be a list of emails or login names. This is specified as a set of query parameters.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

  • wid (required): the id of the workspace
  • oid (required): the id of the org

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/workspaces/{wid}/memberships" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"