Sign in

Remove analyst from group

documented

Remove an analyst from a group.

DELETE /group_analysts/{user_id}/groups/{group_id}Groupsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.thinkific.com/api/public/v1/group_analysts/{{$user_id}}/groups/{{$group_id}}" \
  -X DELETE \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "User-Agent: ThinkificKeychains/1.0"
Remove analyst from group · Thinkific · OpenIntegrations