---
title: "Remove organization JIT SSO connector"
method: DELETE
path: "/api/organizations/{id}/jit/sso-connectors/{ssoConnectorId}"
tags: ["Organizations"]
---

# Remove organization JIT SSO connector

`DELETE /api/organizations/{id}/jit/sso-connectors/{ssoConnectorId}`

Remove an enterprise SSO connector for just-in-time provisioning of users in the organization.

## Path parameters

- `id` string, required
- `ssoConnectorId` string, required

## Response `204`

The SSO connector was removed successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — The SSO connector could not be removed. The SSO connector may not exist.

---

[API](https://skmtc.dev/logto/apis/logto-api-references.md) · [All operations](https://skmtc.dev/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc.dev/logto/apis/logto-api-references/revisions/5768a9ce87db?raw)
