---
title: "Delete a SAML Connection"
method: DELETE
path: "/saml_connections/{saml_connection_id}"
tags: ["SAML Connections"]
deprecated: true
---

# Delete a SAML Connection

`DELETE /saml_connections/{saml_connection_id}`

> **Deprecated.**

Deletes the SAML Connection whose ID matches the provided `id` in the path.
Deprecated: Use the Enterprise Connections API instead. This endpoint will be removed in future versions.

## Path parameters

- `saml_connection_id` string, required

## Response `200`

Deleted Object

- DeletedObject
  - `object` string, required
  - `id` string
  - `slug` string
  - `deleted` boolean, required
  - `external_id` string

## Other responses

- `402` — Payment required
- `403` — Authorization invalid
- `404` — Resource not found

---

[API](https://skmtc.net/clerk/apis/clerk-backend-api.md) · [All operations](https://skmtc.net/clerk/apis/clerk-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clerk/clerk-backend-api/versions/cf036e7951d3/schema)
