SSO
Delete
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.
delete/api/v1/apps/{app_id}/sso/applications/{id}
Path parameters
app_idstring required
The application in your catalog that owns the SSO application.
idstring required
Unique identifier for the SSO application.
Request body
C1ApiSsoV1SSOApplicationServiceDeleteRequestInput required
SSOApplicationServiceDeleteRequest deletes an SSO application.
Response
SSOApplicationServiceDeleteResponse confirms deletion.
C1ApiSsoV1SSOApplicationServiceDeleteResponse required
SSOApplicationServiceDeleteResponse confirms deletion.