DELETE
/
vault
Delete vault entry
curl --request DELETE \
  --url https://api.cloudcruise.com/vault \
  --header 'Content-Type: application/json' \
  --header 'cc-key: <api-key>' \
  --data '{
  "domain": "<string>",
  "permissioned_user_id": "<string>"
}'

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header.

Body

application/json

Request payload for deleting a vault entry

Response

Vault entry successfully deleted