curl --request DELETE \
--url https://api.posta.co/assets/{id}/versions/{versionId} \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}Permanently delete a specific version of an asset. This action cannot be undone.
curl --request DELETE \
--url https://api.posta.co/assets/{id}/versions/{versionId} \
--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 delete. Format: 'astv_' followed by alphanumeric characters.
There is no content to send for this request, but the headers may be useful.