cURL
curl --request DELETE \ --url https://api.example.com/v1beta/secrets/{uuid} \ --header 'Authorization: Bearer <token>'
{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "deleted": true }
Delete a secret. This removes it from both the database and 1Password.
Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>
Authorization
Bearer <api_key>
The UUID of the secret to delete.
Successful response
Unique identifier of the deleted secret.
Whether the secret was successfully deleted.