v1

latestOpenAPI 3.0.02026-07-178236113.8 KB
User Org Groups

Delete an existing org group for a user by authId and orgGroupId

Required scope - write_user, write_org

delete/api/v1/users/{authId}/org-groups/{orgGroupId}

Path parameters

authIdstring required

The authId of the user

orgGroupIdnumber required

The id of the org group

Response

successboolean

Example response

{
  "success": true
}