Delete a Review Link

Delete a given Review Link

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
review_link_id
required
string <uuid>
Responses
200

ReviewLink success response

Response Schema: application/json
name
required
string

Name of the Review Link

object (ShareableEntityAccessControl)
available_features
object
allow_approvals
boolean
Default: true

Enable/disable changing an Asset's status by non-Collaborator/Team Members via the Review Link.

bundle_count
integer
Deprecated
Default: 0
current_version_only
boolean
Default: false

Show only the most recent version of Assets in the Review Link

deleted_at
string <date-time>

Deletion time of the Review Link

enable_downloading
boolean

Enable or disable downloading on this Review Link. The default depends on whether the auth used to create this review link allows for this or not.

expires_at
string <date-time>

Expiration time of the Review Link

enable_comments
boolean
Default: true
folder_item_count
integer
Default: 0
is_active
boolean
Default: true

Disable an Review Link by switching this from true -> false, and vice-versa.

notify_on_view
boolean
Default: true
password
string

Actually a passphrase, this is an additional security measure for a second layer of security on your Review Links.

Supports alphanumeric input.

has_password
boolean
Default: false

If false, the Review Link has no passphrase

id
string <uuid>

UUID of the Review Link

inserted_at
string <date-time>
is_autoplay
boolean
Deprecated
Default: false
item_count
integer
Default: 0

Number of items included at the root of the Review Link

Array of objects (ReviewLinkItem)
owner_id
string <uuid>
project_id
string <uuid>
reviewer_count
integer
Default: 0
short_url
string
object (User)

User model

object (Project)
object (Team)
updated_at
string <date-time>
view_count
integer
Default: 0
watermark_user_input
string
Default: null
401

Unauthorized response

404

Not Found response

delete/v2/review_links/{review_link_id}
Request samples
Response samples
application/json
{
  • "access_control": {
    },
  • "name": "string",
  • "available_features": { },
  • "allow_approvals": true,
  • "bundle_count": 0,
  • "current_version_only": false,
  • "deleted_at": "2019-08-24T14:15:22Z",
  • "enable_downloading": true,
  • "expires_at": "2019-08-24T14:15:22Z",
  • "enable_comments": true,
  • "folder_item_count": 0,
  • "is_active": true,
  • "notify_on_view": true,
  • "password": "string",
  • "has_password": false,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "inserted_at": "2019-08-24T14:15:22Z",
  • "is_autoplay": false,
  • "item_count": 0,
  • "items": [
    ],
  • "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
  • "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
  • "reviewer_count": 0,
  • "short_url": "string",
  • "owner": {
    },
  • "project": {
    },
  • "team": {
    },
  • "updated_at": "2019-08-24T14:15:22Z",
  • "view_count": 0,
  • "watermark_user_input": null
}