Clear track audio
Drop the station's own copies of this record. The next play fetches them again
DELETE /catalog/tracks/{id}/audio
note
SDK method: clearTrackAudio
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Response
200 OK — Returns a TrackClearResult object.
409 Conflict