latestOpenAPI 3.0.02026-08-206790134.1 KB

8748e6c0be4c

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.