cURL
curl --request POST \ --url https://api.example.com/api/v2/vault/delete \ --header 'Content-Type: application/json' \ --data ' { "entity_id": "<string>", "vault_id": "<string>" } '
{ "entity_id": "<string>", "vault_id": "<string>" }
Delete sensitive data from the locker
The request body might be JWE + JWS encrypted when using middleware
Unique identifier for the entity
Unique identifier for the vault
Delete Data Response
Was this page helpful?