Skip to main content
DELETE
/
installations
/
{installationId}
/
Delete an Installation
curl --request DELETE \
  --url https://production.runalloy.com/installations/{installationId}/ \
  --header 'Authorization: <authorization>' \
  --header 'x-api-version: <x-api-version>'
{
  "success": true
}

Headers

Authorization
string
default:bearer YOUR_API_KEY
required
x-api-version
string
default:2025-09
required

The version of the API to use. The current API version is 2025-09.

Path Parameters

installationId
string
required

The ID of the installation.

Example:

"6630f0f971184ae724f2d930"

Response

200 - application/json

Successful response after installation deletion.

success
boolean
required
Example:

true

I