> ## Documentation Index
> Fetch the complete documentation index at: https://docs.introw.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Revoke a certificate

> Decertify partners and pull a credential when it no longer applies, keeping your CRM in sync.

> For when a credential must be pulled - a partner left the program, or a certification is no longer valid.

A certification is only trustworthy if it can be taken back when it no longer holds. A partner might leave the program, fail a re-check, or have been certified in error, and in each case you do not want them still showing as qualified to sell or deliver. Revoking pulls the credential and pushes that change through to your CRM, so internal teams stop treating the partner as certified.

## What you'll achieve

A revoked credential: the issued certificate is no longer valid, the partner stops showing as certified, and the change reflects downstream in your CRM.

## Before you start

<Steps>
  <Step title="Confirm access">
    You need a team role with write access to Certificates.
  </Step>

  <Step title="Know who to decertify">
    Identify the partner or partners whose credential you need to pull.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/courses/certificates/guides/revoke-a-certificate/steps/01.png?v=1783329843" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/courses/certificates/guides/revoke-a-certificate/video.webm?v=1783329843#t=2.5" />
  </Tab>

  <Tab title="Click through">
    <iframe className="w-full rounded-xl" style={{ width: "100%", aspectRatio: "16 / 11", border: 0, backgroundColor: "#FAFAFA" }} src="https://assets.introw.io/docs/features/courses/certificates/guides/revoke-a-certificate/walkthrough.html?v=1783329843" />
  </Tab>
</Tabs>

## Steps

<Steps>
  <Step title="Open the certificate's certified list">
    Go to [Certificates](https://app.introw.io/certificates), open the credential, and view its **Certified** list, which shows the partners who currently hold it.

    <Frame>
      <img src="https://assets.introw.io/docs/features/courses/certificates/guides/revoke-a-certificate/steps/02.png?v=1783329843" alt="Open the certificate's certified list" />
    </Frame>
  </Step>

  <Step title="Select the recipients to revoke">
    Choose the issued certificate or certificates you need to pull. You can revoke a single partner or several at once from the certified list.

    <Frame>
      <img src="https://assets.introw.io/docs/features/courses/certificates/guides/revoke-a-certificate/steps/03.png?v=1783329843" alt="Select the recipients to revoke" />
    </Frame>
  </Step>

  <Step title="Confirm the revocation">
    Confirm to decertify. The selected partners immediately stop showing as certified, and the change syncs to your CRM so downstream teams see it too.

    <Frame>
      <img src="https://assets.introw.io/docs/features/courses/certificates/guides/revoke-a-certificate/steps/06.png?v=1783329843" alt="Confirm the revocation" />
    </Frame>
  </Step>
</Steps>

## Verify it worked

The selected recipients no longer appear as certified, and the revoked status propagates to the synced CRM certification record.

## Related

<CardGroup cols={2}>
  <Card title="Issue a certificate manually" icon="user-plus" href="./issue-a-certificate-to-a-segment">
    Award a credential to individuals or a segment.
  </Card>

  <Card title="Monitor course progress" icon="chart-line" href="../../progress-tracking/guides/monitor-course-progress">
    Track readiness and CRM sync across courses.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Issuance, validity, and revocation.
  </Card>
</CardGroup>
