Removes a Security Assertion Markup Language (SAML) signing certificate.
Usage notes
This topic provides an example on how to remove the SAML signing certificate whose
ID is idp-c-00dt9gnl7fmjaw9c****
.
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 | RemoveExternalSAMLIdPCertificate |
The operation that you want to perform. Set the value to RemoveExternalSAMLIdPCertificate. |
DirectoryId | String | Yes | d-00fc2p61**** |
The ID of the directory. |
CertificateId | String | Yes | idp-c-00dt9gnl7fmjaw9c**** |
The ID of the certificate. You can call the ListExternalSAMLIdPCertificates operation to query the IDs of certificates. |
For more information about common request parameters, see Common parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 400979BC-92EC-58B9-B47C-6913BD56A6FD |
The ID of the request. |
Examples
Sample requests
https://[Endpoint]/?Action=RemoveExternalSAMLIdPCertificate
&DirectoryId=d-00fc2p61****
&CertificateId=idp-c-00dt9gnl7fmjaw9c****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<RemoveExternalSAMLIdPCertificateResponse>
<RequestId>400979BC-92EC-58B9-B47C-6913BD56A6FD</RequestId>
</RemoveExternalSAMLIdPCertificateResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "400979BC-92EC-58B9-B47C-6913BD56A6FD"
}
Error codes
For a list of error codes, visit the API Error Center.