# `GSEndpoint deleteSecrets`

*Instance Method*

Deletes the associated Keychain item. Returns `NO` if accessing the Keychain failed, otherwise `YES`.

## Declaration

```swift
func deleteSecrets()
```

```objc
- (void) deleteSecrets;
```

```python
deleteSecrets()
```

