Skip to main content
POST
/
api
/
extensions
/
beta
/
official-installs
/
{id}
/
uninstall
Uninstall a Domino Official Extension
curl --request POST \
  --url https://api.example.com/api/extensions/beta/official-installs/{id}/uninstall \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

id
string
required

The id of the OfficialExtensionInstall record.

Response

Accepted. If cleanup completed fully, message is absent. If cleanup partially failed, message describes what failed and the remaining resources will be cleaned up automatically in the background.

message
string

Present when cleanup partially failed. Describes what failed; the remaining resources will be cleaned up automatically.