POST
/
api
/
keychain
/
delete-item
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/keychain/delete-item \
  --header 'Content-Type: application/json' \
  --data '{
  "service": "github"
}'
This response does not have an example.

Body

application/json
service
string
required

Service identifier to delete

Example:

"github"

Response

204
_mintlify/placeholder

Successfully deleted keychain item