Skip to main content
POST
/
api
/
keychain
/
delete-item
Delete Keychain Item
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/keychain/delete-item \
  --header 'Content-Type: application/json' \
  --data '
{
  "service": "github"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
service
string
required

Service identifier to delete

Example:

"github"

Response

Successfully deleted keychain item