action soundcloud_delete_reposts_tracks_track_id { label: "Removes a repost on a track as the authenticated user" provider: soundcloud method: DELETE path: "/reposts/tracks/{track_id}" encoding: json output: { type: "object" additionalProperties: true } }