---
title: "Delete"
method: DELETE
path: "/api/v1/apps/{app_id}/sso/applications/{id}"
tags: ["SSO"]
---

# Delete

`DELETE /api/v1/apps/{app_id}/sso/applications/{id}`

Delete retires an SSO application and its sign-in entitlement, stopping
 OIDC and SAML sign-in through it. OAuth clients and locator bindings remain
 so administrators can list and delete retained clients; the bindings are
 inert while their parent application is deleted.

## Path parameters

- `app_id` string, required — The application in your catalog that owns the SSO application.
- `id` string, required — Unique identifier for the SSO application.

## Request body

- C1ApiSsoV1SSOApplicationServiceDeleteRequestInput — SSOApplicationServiceDeleteRequest deletes an SSO application.

## Response `200`

SSOApplicationServiceDeleteResponse confirms deletion.

- C1ApiSsoV1SSOApplicationServiceDeleteResponse — SSOApplicationServiceDeleteResponse confirms deletion.

## Changes

- **2026-08-21** `f2cf3228f366` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/apps/:app_id/sso/applications/:id/delete.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
