DeleteTrustStore
Deletes a trust store.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- TrustStoreArn
-
The Amazon Resource Name (ARN) of the trust store.
Type: String
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
- TrustStoreInUse
-
The specified trust store is currently in use.
HTTP Status Code: 400
- TrustStoreNotFound
-
The specified trust store does not exist.
HTTP Status Code: 400
Examples
Delete a trust store.
This example deletes the specified trust store.
Sample Request
https://elasticloadbalancing.amazonaws.com/?Action=DeleteTrustStore
&TrustStoreArn=arn:aws:elasticloadbalancing:us-east-1:111122223333:truststore/my-trust-store/3ym756xh7yj
&Version=2015-12-01
&AUTHPARAMS
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: