v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1429173137.8 KB

Cancels an in-progress profile update task, stopping any pending changes to the partner profile.

post/#X-Amz-Target=PartnerCentralAccount.CancelProfileUpdateTask

Headers

X-Amz-Target'PartnerCentralAccount.CancelProfileUpdateTask' required

Request body

Catalogstring required

The catalog identifier for the partner account.

Identifierstring required

The unique identifier of the partner account.

ClientTokenstring

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

TaskIdstring required

The unique identifier of the profile update task to cancel.

Response

Success

Catalogstring required

The catalog identifier for the partner account.

Arnstring required

The Amazon Resource Name (ARN) of the canceled profile update task.

Idstring required

The unique identifier of the partner account.

TaskIdstring required

The unique identifier of the canceled profile update task.

StartedAtstring date-time required

The timestamp when the profile update task was started.

Status'IN_PROGRESS' | 'CANCELED' | 'SUCCEEDED' | 'FAILED' required

The current status of the profile update task (canceled).

EndedAtstring date-time

The timestamp when the profile update task was ended (canceled).