1Password Connect
  1. Items
1Password Connect
  • Activity
    • Retrieve a list of API Requests that have been made.
      GET
  • Health
    • Get state of the server and its dependencies.
      GET
    • Ping the server for liveness
      GET
  • Metrics
    • Query server for exposed Prometheus metrics
      GET
  • Vaults
    • Get all Vaults
      GET
    • Get Vault details and metadata
      GET
  • Items
    • Get all items for inside a Vault
      GET
    • Create a new Item
      POST
    • Delete an Item
      DELETE
    • Get the details of an Item
      GET
    • Update a subset of Item attributes
      PATCH
    • Update an Item
      PUT
  • Files
    • Get all the files inside an Item
      GET
    • Get the details of a File
      GET
    • Get the content of a File
      GET
  1. Items

Delete an Item

DELETE
/vaults/{vaultUuid}/items/{itemUuid}
Items
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/vaults//items/'
Response Response Example
204 - Example 1
{}

Request

Path Params
vaultUuid
string 
required
The UUID of the Vault the item is in
itemUuid
string 
required
The UUID of the Item to update

Responses

🟢204Successfully deleted an item
application/json
Body
object {0}
🟠401Invalid or missing token
🟠403Unauthorized access
🟠404Item not found
Modified at 2022-09-02 07:10:37
Previous
Create a new Item
Next
Get the details of an Item
Built with