1.4.9 Delete File from Playlist

Enter the command to delete a file from an existing playlist. Defined by the PlayListId and FileId parameters.

Request

<msg Id="CTI_NSPK_REMOVE_PLAYLIST_FILE_REQ">
<CTI_IE_REFERENCE Ref="0x423"/>
<CTI_NSPK_IE_PLAYLIST_FILE_ID PlayListId="0x2" FileId="0x1"/>
</msg>

Response

<msg Id="CTI_NSPK_REMOVE_PLAYLIST_FILE_CONF">
<CTI_IE_REFERENCE Ref="0x423"/>
<CTI_IE_RESULT Result="OK"/>
</msg>