Skip to content

installs_delete

DELETE
/installs/{id}
curl --request DELETE \
--url https://api.canopyhq.dev/installs/example \
--header 'Authorization: Bearer <token>'
id
required

Opaque; never the key, never anything the vendor chose.

string

The install to delete.

The install and its key are revoked. The key now receives 401 and cannot open sessions. Session tokens live 15 minutes and are renewed with the install key. An open session keeps its landed config and its log, and keeps answering under its current token, but cannot renew once the install is gone: it ends when its token expires.

No console token, or one that did not verify.

Only an owner of the tenant may delete an install.

The tenant has no such install.