> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Connection

> Deletes the specified SCIM connection. Calls the `DELETE /sdk/v1/b2b/scim/{connection_id}` endpoint. Requires an active session.

## Returns

<ResponseField name="requestId" type="String" required />

<ResponseField name="connectionId" type="String" required />

<ResponseField name="statusCode" type="Int" required />

<RequestExample>
  ```kotlin theme={null}
  StytchB2B.scim.deleteConnection("scim-connection-test-d5a3b680-e8a3-40c0-b815-ab79986666d0")
  ```
</RequestExample>
