Skip to main content
POST
Delete
You can delete all the videos or a specific video for a given package by calling the /packages/{packageId}/videos/delete endpoint.
Please note that this will mark the video for permanent deletion from the iinked Sign platform and you should only do so if you have downloaded or no longer need the video.

Request

Request

Body

string
required
Unique identifier for the package to be deleted.
string
Unique identifier for the specific meeting video to be deleted.
If not provided, all package videos will be deleted.

Response

string
Unique identifier of the package associated with the deleted videos.
object[]
List of meeting videos deleted from the package.

Examples

Response (200)