removeRecurringCredit
Remove a recurring credit - this will not remove credits from any existing episodes, but new episodes will no longer have this creator and role added
Only available with certain permissions.
removeRecurringCredit(
  creator: CreatorIdentifier!
  podcast: PodcastIdentifier!
  roleCode: String!
  characterName: String
): SubmitCreditResult