App Connections
Delete an App Connection
Deletes an App Connection
DELETE
/
v5
/
app
/
app_connections
/
{id}
Authorization
Path
curl --request DELETE \
--url https://api.whop.com/api/v5/app/app_connections/{id} \
--header 'Authorization: <authorization>'
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the app connection, which will look like apco_*************
Was this page helpful?
curl --request DELETE \
--url https://api.whop.com/api/v5/app/app_connections/{id} \
--header 'Authorization: <authorization>'