curl --request DELETE \
--url https://api.hubapi.com/appinstalls/v3/external-install \
--header 'Authorization: Bearer <token>'This response has no body data.顧客のHubSpotアカウントからアプリをアンインストールするには、このエンドポイントを使用します。アンインストールに成功すると、エンドポイントから204が返され、開発者によってアカウントからアプリがアンインストールされたことを知らせるメール通知が顧客に送信されます。
curl --request DELETE \
--url https://api.hubapi.com/appinstalls/v3/external-install \
--header 'Authorization: Bearer <token>'This response has no body data.サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.