pydo.images.post_account_transfer_decline()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.images.post_account_transfer_decline(
image_id=62137902,
body={
"transfer_id": 3164444,
},
)Description
To decline an account transfer for an image, send a POST request to
/v2/images/{image_id}/account_transfer/decline.
Only the recipient of an image account transfer can decline the transfer. If the transfer is declined, the image will remain in the sender’s account and will not be transferred to the recipient.
Parameters
image_idinteger requiredA unique number that can be used to identify and reference a specific image.
transfer_idinteger requiredExample:
3164444A unique number that used to identify and reference an image account transfer.
Request Sample
More Information
See /v2/images/{image_id}/account_transfer/decline in the API reference for additional detail on responses, headers, parameters, and more.