v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
users

Remove user from plan

Removes a user's access to all items they were previously shared to within the specified plan. This action can't be reversed.

delete/users/{userId}/plans/{planId}

Response

Returns result object.

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS"
}