Deleting an API Key

Deleting an API Key

Deleting an API key immediately and permanently revokes it. Any system using the deleted key will fail to authenticate.


Steps

  1. In the left sidebar, click Settings.
  2. Click the API Keys tab.
  3. Find the key you want to delete.
  4. Click the ... menu → Delete.
  5. Confirm the deletion in the dialog.

The key is revoked immediately.


Before You Delete

Confirm that no systems are still using the key. After deletion, any integration using that key will receive 401 Unauthorized errors. Common places to check:

  • Application environment variables
  • CI/CD pipeline secrets
  • Third-party integration configurations (Zapier, Make, etc.)
  • Automation scripts

If you want to replace the key rather than remove access entirely, rotate the key instead. Rotating generates a new token while keeping the key record in PulseAPI.


Related Articles


Still have questions? Contact support.

    • Related Articles

    • Creating an API Key

      This article explains how to create a new API key for programmatic access to the PulseAPI REST API. Prerequisites: API access requires a Starter, Professional, or Team plan. Steps In the left sidebar, click Settings. Click the API Keys tab. Click ...
    • Rotating an API Key

      Rotating an API key generates a new token and immediately invalidates the old one. Use rotation when you suspect a key has been compromised, as part of a regular security rotation schedule, or when handing off access to a new system. Steps In the ...
    • Managing API Keys

      API keys let you authenticate requests to the PulseAPI REST API so you can manage monitors, read incidents, and access your data programmatically. This article is an overview of API key management — for specific actions, see the linked articles ...
    • Deleting Your Account

      Deleting your account permanently removes your PulseAPI user account and all personal data. This is separate from canceling a subscription or deleting a team. Warning: Account deletion is irreversible. There is no grace period or recovery option. ...
    • Monitor Settings Reference

      This article describes every field in the monitor create/edit form. Use it as a reference when configuring a monitor or troubleshooting unexpected behavior. Basic Settings Name A label for the monitor. Appears in the dashboard, incident ...