{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Cancel Certificate Transfer API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Cancel Certificate Transfer", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Defender Cancel Certificate Transfer", "type": "http" }, "http": { "method": "PATCH", "url": "http://iot.{region}.amazonaws.com/cancel-certificate-transfer/:certificateId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)" } ] }, "docs": "

Cancels a pending transfer for the specified certificate.

Note Only the transfer source account can use this operation to cancel a transfer. (Transfer destinations can use RejectCertificateTransfer instead.) After transfer, IoT returns the certificate to the source account in the INACTIVE state. After the destination account has accepted the transfer, the transfer cannot be cancelled.

After a certificate transfer is cancelled, the status of the certificate changes" } ] } ], "bundled": true }