New! You can now access secrets from 1Password Environments on your device with a new local .env file destination.
cURL
curl --request DELETE \ --url http://localhost:8080/v1/vaults/{vaultUuid}/items/{itemUuid} \ --header 'Authorization: Bearer <token>'
{ "status": 401, "message": "Invalid token signature" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UUID of the Vault the item is in
The UUID of the Item to update
Successfully deleted an item
Was this page helpful?