{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Reject Certificate Transfer API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Reject Certificate Transfer", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Management Reject Certificate Transfer", "type": "http" }, "http": { "method": "PATCH", "url": "http://iot.{region}.amazonaws.com/reject-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.)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Rejects a pending certificate transfer. After IoT rejects a certificate transfer, the certificate status changes from PENDING_TRANSFER to INACTIVE.

To check for pending certificate transfers, call ListCertificates to enumerate your certificates.

This operation can only be called by the transfer destination. After it is called, the certificate will be returned to the source's account in the INACTIVE state.

Requires permission to access the