action soundcloud_delete_me_followings_user_id { label: "Deletes a user who is followed by the authenticated user." provider: soundcloud method: DELETE path: "/me/followings/{user_id}" encoding: json output: { type: "object" additionalProperties: true } }