cURL
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>" } ] }
Deletes a keychain item for a service.
Service identifier to delete
"github"
Successfully deleted keychain item