pydo.images.post_account_transfer_cancel()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
To cancel an account transfer for an image, send a POST request to
/v2/images/$IMAGE_ID/account_transfer/cancel.
Only the sender of an image account transfer can cancel the transfer. If the transfer is canceled, 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.