Certificates arn
URI
/2017-08-29/certificates/arn
HTTP Methods
DELETE
Operation ID: DisassociateCertificate
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
Path Parameters
Name | Type | Required | Description |
---|---|---|---|
arn |
String | True |
Responses
Status Code | Response Model | Description |
---|---|---|
202 |
DisassociateCertificateResponse |
202 response |
400 |
ExceptionBody |
The service can't process your request because of a problem in the request. Please check your request form and syntax. |
403 |
ExceptionBody |
You don't have permissions for this action with the credentials you sent. |
404 |
ExceptionBody |
The resource you requested does not exist. |
409 |
ExceptionBody |
The service could not complete your request because there is a conflict with the current state of the resource. |
429 |
ExceptionBody |
Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests. |
500 |
ExceptionBody |
The service encountered an unexpected condition and cannot fulfill your request. |
OPTIONS
Supports CORS preflight requests.
Responses
Status Code | Response Model | Description |
---|---|---|
200 |
None |
The request completed successfully. |
Schemas
Request Bodies
Example DELETE
{ "arn": "string" }
Response Bodies
Example DisassociateCertificateResponse
{ }
Example ExceptionBody
{ "message": "string" }
Properties
DisassociateCertificateRequest
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
DisassociateCertificateResponse
Successful disassociation of Certificate Manager Amazon Resource Name (ARN) with Mediaconvert returns an OK message.
ExceptionBody
See Also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: