Disables CloudSSO.
Usage notes
If your CloudSSO has no directory, you can disable CloudSSO based on your business requirements. After you disable CloudSSO, you can enable it at any time.
Limits
You can call this operation up to 100 times per second per account. This operation is globally limited to 100 times per second across all accounts. If the number of the calls per second exceeds a limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limits when you call this operation.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DisableService |
The operation that you want to perform. Set the value to DisableService. |
For more information about common request parameters, see Common parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 3257EAD2-8723-1F26-B69C-F8707D8B565D |
The ID of the request. |
Examples
Sample requests
https://[Endpoint]/?Action=DisableService
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DisableServiceResponse>
<RequestId>3257EAD2-8723-1F26-B69C-F8707D8B565D</RequestId>
</DisableServiceResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "3257EAD2-8723-1F26-B69C-F8707D8B565D"
}
Error codes
For a list of error codes, visit the API Error Center.