Delete Vault Integration
Credentials & Vault
Delete Vault Integration
Delete a vault integration. Every credential that references it is removed as well.
DELETE
Delete Vault Integration
Overview
Deletes a vault integration owned by the caller. Every credential record that references this integration is cascaded and removed — any subsequentauthenticate task action that pointed at those credentials will fail. The secrets inside your vault are not touched.
Path Parameters
Integration ID (UUID).
Example Request
Response
Success Response (204)
Empty body. Referencing credentials are removed atomically.Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |
404 | Integration not found or not owned by the caller. |