---
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.

---

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