OpenAPI 3.0.0raw.githubusercontent.com2026-08-176789230.8 KB

cd97485f66fe

Vercel

Delete a Vercel Marketplace installation

Begin uninstalling an installation. The installation is marked 'deleting' so billing can finalize before being soft-deleted; the 204 defers final deletion to Vercel's 24-hour window. (Vercel's contract also allows a 200 with {"finalized": true} for immediate deletion; Xata always finalizes asynchronously.)

delete/v1/installations/{installationId}

Path parameters

installationIdstring required

Vercel installation id (icfg_...).

Request body

cascadeResourceDeletionboolean

Whether to delete the installation's resources along with the installation.

reasonstring

The reason for deleting the installation.

Response

Uninstall accepted; deletion finalizes asynchronously. No body.