cURL
curl --request POST \ --url https://{host}/Agent/Storage/DeleteFromVault \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "vaultId": "<string>" } '
{}
Allows the client to delete an item from its vault.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object