Available since version: 1.8
Array with media data, media ID must be specified.
Parameter | Type | Optional | Description | Details |
---|---|---|---|---|
medias | array | Yes | Media objects which should be deleted (removed / added). |
Parameter | Description |
---|---|
result | Operation successful. Result will contain an array of deleted user media IDs. |
error | In case of any errors |
Remove two user media from user with ID “100100000010092”
{ "jsonrpc":"2.0", "method":"user.deleteMedia", "params":[ {"mediaid": "100100000000011"}, {"mediaid": "100100000000012"} ], "auth":"f223adf833b2bf2ff38574a67bba6372", "id":2 }
User media deleted successfully:
{ "jsonrpc":"2.0", "result":{ "mediaids":["100100000000011", "100100000000012"] }, "id":2 }