DELETE
/
v5
/
app
/
app_connections
/
{id}
curl --request DELETE \
  --url https://{defaultHost}/v5/app/app_connections/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Path Parameters

id
string
required

The ID of the app connection, which will look like apco_*************

Response

204

app connection deleted