compute
DELETE /v1/panels/connections/{connectionId}
Disconnect a panel and delete its stored credential.
Autenticazione
Invia una chiave API come token di tipo bearer. La chiave deve disporre dell'autorizzazione connections.manage; una chiave sprovvista di tale autorizzazione viene rifiutata con 403 anziché 404.
Questo endpoint non richiede alcun ID organizzazione. La tua chiave identifica già l'organizzazione a cui appartiene e la risposta è limitata ad essa.
Provalo
Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.
curl -X DELETE https://api.zinndigital.com/v1/panels/connections/{connectionId} \
-H "Authorization: Bearer zdk_live_…"Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API
Dettagli
⛔ Removes the Vault entry as well as the row. Leaving it would keep an administrator credential for a machine we no longer show anywhere. The panel itself is untouched and keeps running. Requires `connections.manage`.
Parametri
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
connectionId (path) | Uuid | Sì | The connected panel's id, as `listPanelConnections` reports it. |
Errori che questo endpoint può restituire
401 · 403 · 404 · 429