---
title: "Delete SSO Connections"
method: DELETE
path: "/api/v1/sso"
tags: ["Single Sign-On"]
---

# Delete SSO Connections

`DELETE /api/v1/sso`

## Query parameters

- `clientID` string
- `clientSecret` string
- `tenant` string
- `product` string
- `strategy` string

## Response `200`

Success

## Other responses

- `400` — clientSecret mismatch | Please provide `clientID` and `clientSecret` or `tenant` and `product`.
- `401` — Unauthorized

---

[API](https://skmtc.net/ory/apis/enterprise-sso-directory-sync.md) · [All operations](https://skmtc.net/ory/apis/enterprise-sso-directory-sync/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/enterprise-sso-directory-sync/versions/d92c991ace28/schema)
