deleteCollection

Deletes a collection.

http://your-server/rest/deleteCollection

Deletes a collection.

Parameters

ParameterReq.OpenS.DefaultComment
idYesID of the collection to delete, as obtained by getCollections.

Example

Result

An empty subsonic-response element on success.

{
  "subsonic-response": {
    "status": "ok",
    "version": "1.16.1",
    "type": "AwesomeServerName",
    "serverVersion": "0.1.3 (tag)",
    "openSubsonic": true
  }
}