Current Behavior: When a Port integration is deleted, its associated secrets stored under Credentials → Secrets are not automatically removed. These stale secrets persist and can cause a "secret already exists" error if a user attempts to recreate the same integration type later.
Desired Behavior: When an integration is deleted, Port should either:
> Automatically delete all secrets associated with that integration, or
> Display a prompt/warning during the deletion flow reminding users to manually clean up the associated secrets to avoid conflicts on re-creation.