[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eDeletes a specified InboundSsoAssignment resource.\u003c/p\u003e\n"],["\u003cp\u003eDisabling SSO is achieved by creating or updating an assignment with \u003ccode\u003essoMode\u003c/code\u003e set to \u003ccode\u003eSSO_OFF\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a DELETE operation using a specific URL format which contains the name of the InboundSsoAssignment to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty for this DELETE operation.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful deletion returns an Operation instance as the response, requiring specific OAuth scopes for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: inboundSsoAssignments.delete\n\nDeletes an [InboundSsoAssignment](/identity/docs/reference/rest/v1/inboundSsoAssignments#InboundSsoAssignment).\n\nTo disable SSO, Create (or Update) an assignment that has `ssoMode` == `SSO_OFF`.\n\n### HTTP request\n\n`DELETE https://cloudidentity.googleapis.com/v1/{name=inboundSsoAssignments/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/identity/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.inboundsso`\n- `https://www.googleapis.com/auth/cloud-identity`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]