cURL
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>" } '
Deletes a vault entry from the CloudCruise Platform using domain and permissioned user ID.
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Request payload for deleting a vault entry
Target domain for the vault entry to delete
Unique identifier for the vault entry to delete
Vault entry successfully deleted