Sign out of a provider
Removes the provider’s stored credential from this machine’s keychain. Idempotent: a provider that holds no credential answers 204 too. An environment variable naming a key is never touched — nothing this operation can do removes it — so a provider covered by one goes on reading as authenticated afterwards.
DELETE
Sign out of a provider
Path Parameters
The provider's name.
Maximum string length:
128Pattern:
^[a-z0-9][a-z0-9-]*$Response
The credential is gone.

