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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
The application in your catalog that owns the SSO application.
Unique identifier for the SSO application.
Body
SSOApplicationServiceDeleteRequest deletes an SSO application.
Response
SSOApplicationServiceDeleteResponse confirms deletion.
SSOApplicationServiceDeleteResponse confirms deletion.