API: Unfollow Podcast
Unfollow a podcast by its sequence number. If the podcast is not currently followed, the request succeeds silently (idempotent).
Endpoint
POSThttps://podwise.ai/api/open/v1/podcasts/[seq]/unfollow
Path Parameters
seq: Podcast sequence number.
Response
type Response = {
success: true,
}Last updated on