Remove a user from a multi-user OAuth source connector
DELETE/org/:organizationId/connectors/sources/:sourceConnectorId/users
Remove a user from a multi-user OAuth connector (types ending with '_OAUTH_MULTI' or '_OAUTH_MULTI_CUSTOM').
This endpoint is simpler than add/update as it doesn't require OAuth tokens - only the userId that was used when adding the user.
Note: While the Vectorize Connect SDK is recommended for consistency, this endpoint can be easily used directly since it doesn't require OAuth token management.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
User successfully removed from the source connector
Invalid request
Unauthorized
Forbidden
Not found
Internal server error