Remove instagram user connection
Query parameters
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
DELETE
/api/opendata/instagram/login
curl \
--request DELETE 'https://replace-with-own-host.iw-erp.de/api/opendata/instagram/login' \
--header "x-session-token: $API_KEY"
Response examples (200)
{
"success": true,
"message": "string"
}