Hover over the trash icon next to the credential you would like to delete. Follow the confirm prompt to delete the credential.
Testing a deleted credential
Use the deleted token in the following request — it should fail with a401 (Unauthorized) error.
| Code | Expected Result |
|---|---|
401 | ✅ Credential successfully deleted |
200 | ❌ Credential is still active — check you used the right token |
If you received a
401 error, you’re all set — the credential was successfully deleted.