curl --request POST \
--url https://api.posta.co/assets/{id}/versions/{versionId}/archive \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}Archive an asset version.
curl --request POST \
--url https://api.posta.co/assets/{id}/versions/{versionId}/archive \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}Unique idempotency key for each request (e.g., V4 UUID).
The unique identifier of the asset. Format: 'ast_' followed by alphanumeric characters.
The unique identifier of the asset version to archive. Format: 'astvs_' followed by alphanumeric string.
The request has been accepted for processing, but processing has not yet completed.