Deletes a Cross-domain Identity Management (SCIM) credential.
Usage notes
After a SCIM credential is deleted, the synchronization task that uses the SCIM credential fails.
This topic provides an example on how to delete the SCIM credential whose ID is scimcred-004whl0kvfwcypbi****
.
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 | DeleteSCIMServerCredential |
The operation that you want to perform. Set the value to DeleteSCIMServerCredential. |
DirectoryId | String | Yes | d-00fc2p61**** |
The ID of the directory. |
CredentialId | String | Yes | scimcred-004whl0kvfwcypbi**** |
The ID of the SCIM credential. |
For more information about common request parameters, see Common parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 8CE8B990-193D-50CE-A604-69F3E7DCE740 |
The ID of the request. |
Examples
Sample requests
https://[Endpoint]/?Action=DeleteSCIMServerCredential
&DirectoryId=d-00fc2p61****
&CredentialId=scimcred-004whl0kvfwcypbi****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteSCIMServerCredentialResponse>
<RequestId>8CE8B990-193D-50CE-A604-69F3E7DCE740</RequestId>
</DeleteSCIMServerCredentialResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "8CE8B990-193D-50CE-A604-69F3E7DCE740"
}
Error codes
For a list of error codes, visit the API Error Center.