OpenAPI 3.0.02026-08-176789133.5 KB

4e955824da62

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.