Revoke media share
DELETE/media/:mediaId/share/revoke
Revokes the calling user's share of the Media
asset. Removes the user from the associated internal Share_{mediaId}
channel. If no other users remain as owners, the internal shared channel is deleted. This operation does not affect share links of other users.
Request
Responses
- 204
- 403
- 404
- 422
- default
Share link successfully revoked.
Access forbidden.
Given resource was not found.
Invalid data provided.
Error Response