Management API
cURL
curl --request DELETE \ --url https://{tenantDomain}/api/v2/flows/vault/connections/{id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Vault connection id
30
Connection successfully deleted.