Remove a system from a project environment
Authorizations
Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
Path Parameters
Body
The name of the template. This is how the connections should be referenced in code.
The IDs of the auth scheme config to use for this connection template. The overwhelming majority of the time, this will only be a single ID. To see about multiple auth scheme configs, see ConnectionTemplate for details.
Response
OK
The system ID.
The name of the template. This is how the connections should be referenced in code.
AuthSchemeConfigs is a list of auth scheme configs which are used to authenticate with the system. This is used to determine how the connection should be authenticated, and may contain multiple configs for different authentication methods. The overwhelming majority of the time, this will be a single config. There does exist cases where credentials may need to be applied in sequence, such as mTLS. If there are multiple auth scheme configs here, it acts like a queue and they are applied in order.