DELETE
/
assets
/
{id}
/
versions
/
{versionId}
curl --request DELETE \
  --url https://api.posta.co/assets/{id}/versions/{versionId} \
  --header 'X-Api-Key: <api-key>'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Headers

Idempotency-Key
string

Unique idempotency key for each request (e.g., V4 UUID).

Path Parameters

id
string
required

The unique identifier of the asset. Format: 'ast_' followed by alphanumeric characters.

versionId
string
required

The unique identifier of the asset version to delete. Format: 'astv_' followed by alphanumeric characters.

Response

204
_mintlify/placeholder

There is no content to send for this request, but the headers may be useful.