pydo.images.post_account_transfer_decline()
Generated on 7 May 2026
from pydo version
v0.34.0
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
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
image_id |
integer | True | A unique number that can be used to identify and reference a specific image. | |
body |
JSON or IO[bytes] | True |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.