delete https://v1.fastpix.io/on-demand//playback-ids
This endpoint allows you to remove a specific playback ID associated with a media asset. Deleting a playbackId
will revoke access to the media content linked to that ID.
How it works
-
Make a
DELETE
request to this endpoint, replacing<mediaId>
with the unique ID of the media asset from which you want to delete the playback ID. -
Specify the
playbackId
you wish to delete in the request body.
Example
Your platform offers limited-time access to premium content. When the subscription expires, you can revoke access to the content by deleting the associated playback ID, preventing users from streaming the video further.