APISandbox clis
Disconnect CLI
Delete a project's stored CLI connection. Integration-managed access remains available until its owning integration is disconnected.
Path Parameters
cliType*string
CLI type identifier.
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X DELETE "https://example.com/sandbox-clis/config/string" \ -H "Content-Type: application/json" \ -d '{}'{ "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8", "cliType": "string", "deleted": true}