cURL
curl --request DELETE \ --url https://{defaultHost}/v5/app/app_connections/{id} \ --header 'Authorization: Bearer <token>'
Deletes an App Connection
App API key for /v5/app and /v5/company endpoints
The ID of the app connection, which will look like apco_*************
app connection deleted
Was this page helpful?