pub fn unverify_collection(
    program_id: Pubkey,
    metadata: Pubkey,
    collection_authority: Pubkey,
    collection_mint: Pubkey,
    collection: Pubkey,
    collection_master_edition_account: Pubkey,
    collection_authority_record: Option<Pubkey>
) -> Instruction
Expand description

Unverify Collection

If a MetadataAccount Has a Collection allow an Authority of the Collection to unverify an NFT in a Collection

Accounts:

  1. [writable] Metadata account
  2. [signer] Collection Authority
  3. [signer] payer
  4. [] Mint of the Collection
  5. [] Metadata Account of the Collection
  6. [] MasterEdition2 Account of the Collection Token