Delete media for an asset
Asset
Delete media for an asset
Deletes a specific media file (e.g., audio, artwork) associated with an asset.
DELETE
Delete media for an asset
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Required Permissions:- User must be authenticated
- User must have appropriate permissions to modify the asset
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
The unique identifier of the asset
The name of the media file to delete
Response
Media deleted successfully
Example:
"Media deleted successfully"