For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer Tools
CommunityContact UsConsole
DocsAPI Reference
DocsAPI Reference
  • API Reference
      • GETAdvanced search for Assets
      • POSTAdvanced search for Assets
      • POSTBulk copy assets
      • DELBulk delete assets
      • POSTCopy asset
      • POSTCreate an Asset
      • DELDelete an Asset
      • GETFetch child Assets
      • GETGet an Asset
      • GETGet audio for an Asset
      • GETGet the subtitles for an Asset
      • POSTMove asset
      • POSTRequest upload URLs for real-time upload
      • GETSearch for Assets
      • POSTSearch for Assets
      • DELUnversion an Asset
      • PUTUpdate an Asset
      • POSTVersion an Asset

© 2026 Adobe Inc. All rights reserved.

TermsPrivacyDo not sell or share my personal information
Developer-friendly docs for your API
Logo
Developer Tools
CommunityContact UsConsole
API ReferenceAssets

Unversion an Asset

DELETE
https://api.frame.io/v2/assets/:asset_id/unversion
DELETE
/v2/assets/:asset_id/unversion
1import requests
2
3url = "https://api.frame.io/v2/assets/asset_id/unversion"
4
5payload = {}
6headers = {
7 "Authorization": "Bearer <token>",
8 "Content-Type": "application/json"
9}
10
11response = requests.delete(url, json=payload, headers=headers)
12
13print(response.json())
1{
2 "account_id": "a3f1c9e2-4b7d-4f3a-9c2e-1d2b3f4a5c6d",
3 "archive_from": "2024-01-15T09:30:00Z",
4 "archive_scheduled_at": "2024-01-15T09:30:00Z",
5 "archive_status": "scheduled",
6 "archived_at": "2024-01-15T09:30:00Z",
7 "asset_type": "document",
8 "bundle": false,
9 "bundle_view": "",
10 "cover_asset_id": "d4e5f6a7-b8c9-4d0e-9f1a-2b3c4d5e6f7a",
11 "creator": {
12 "digest_frequency": "weekly",
13 "image_32": "https://cdn.frame.io/images/users/32/user123.png",
14 "image_128": "https://cdn.frame.io/images/users/128/user123.png",
15 "from_google": false,
16 "mfa_enforced_at": "2023-11-01T12:00:00Z",
17 "email": "jane.doe@example.com",
18 "name": "Jane Doe",
19 "image_64": "https://cdn.frame.io/images/users/64/user123.png",
20 "timezone_value": "America/Los_Angeles",
21 "account_id": "a3f1c9e2-4b7d-4f3a-9c2e-1d2b3f4a5c6d",
22 "updated_at": "2024-04-10T08:45:00Z",
23 "image_256": "https://cdn.frame.io/images/users/256/user123.png",
24 "_type": "user",
25 "user_hash": "userhash1234567890",
26 "upload_url": "https://upload.frame.io/user123",
27 "profile_image": "https://cdn.frame.io/images/users/profile/user123.png",
28 "first_login_at": "2022-05-15T09:00:00Z",
29 "joined_via": "email_invite",
30 "id": "b7c8d9e0-f1a2-4b3c-9d0e-1f2a3b4c5d6e",
31 "next_digest_date": "2024-04-17T07:00:00Z",
32 "last_seen": "2024-04-12T16:30:00Z",
33 "inserted_at": "2022-05-15T09:00:00Z",
34 "from_adobe": false,
35 "avatar_color": "#4A90E2",
36 "highest_account_role": "admin",
37 "integrations": [
38 "slack",
39 "dropbox"
40 ],
41 "roles": {
42 "admin": true,
43 "id": "role123",
44 "sales": false,
45 "support": true,
46 "service_desk": false
47 },
48 "user_default_color": "#FF5733"
49 },
50 "frames": 2400,
51 "hard_deleted_at": null,
52 "id": "e1f2a3b4-c5d6-7e8f-9012-3456789abcde",
53 "index": 12.5,
54 "is_bundle_child": false,
55 "is_hls_required": false,
56 "is_session_watermarked": false,
57 "item_count": 0,
58 "label": "approved",
59 "metadata": {
60 "camera": "Arri Alexa Mini",
61 "scene": "Scene 12",
62 "take": "Take 3"
63 },
64 "metadata_flags": {
65 "id": "f1e2d3c4-b5a6-7890-1234-56789abcdef0",
66 "is_360": false,
67 "is_hdr": true,
68 "is_original_player_compatible": true
69 },
70 "name": "Interview_Scene12_Take3.mov",
71 "original": "https://cdn.frame.io/assets/e1f2a3b4-c5d6-7e8f-9012-3456789abcde/original.mov",
72 "parent_asset_id": "c3d4e5f6-a7b8-4c9d-0e1f-2a3b4c5d6e7f",
73 "project_id": "d4e5f6a7-b8c9-4d0e-9f1a-2b3c4d5e6f7a",
74 "properties": {
75 "color_grade": "final",
76 "resolution": "4K"
77 },
78 "required_transcodes": {
79 "cover": true,
80 "finalized": [
81 "thumb",
82 "h264_1080_best",
83 "image_high"
84 ],
85 "h264_1080_best": true,
86 "h264_2160": false,
87 "h264_360": true,
88 "h264_540": false,
89 "h264_720": true,
90 "image_full": true,
91 "image_high": true,
92 "page_proxy": false,
93 "thumb": true,
94 "thumb_540": false,
95 "thumb_orig_ar_540": false,
96 "thumb_scrub": true
97 },
98 "team_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
99 "user_permissions": {
100 "can_download": true,
101 "can_modify_template": false,
102 "can_public_share_presentation": true,
103 "can_public_share_review_link": true,
104 "can_share_downloadable_presentation": false,
105 "can_share_downloadable_review_link": true,
106 "can_share_unwatermarked_presentation": false,
107 "can_share_unwatermarked_review_link": true
108 },
109 "type": "file",
110 "view_count": 152
111}
Unversion an Asset from a Version Stack
Was this page helpful?
Previous

Update an Asset

Next

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_idstringRequiredformat: "uuid"

Response headers

x-ratelimit-limitdouble

The number of times you can make this call within the x-ratelimit-window

x-ratelimit-windowstring
The length in milliseconds of the rate limit window
x-ratelimit-remainingstring

The number of remaining times you can make this API call in the x-ratelimit-window

Response

Asset success response
object

Errors

401
Unauthorized Error
404
Not Found Error