Remove facebook user connection

DELETE /api/opendata/facebook/login

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

Responses

  • 200 application/json

    Remove facebook user connection

    Hide response attributes Show response attributes object
    • success boolean
    • message string
DELETE /api/opendata/facebook/login
curl \
 --request DELETE 'https://replace-with-own-host.iw-erp.de/api/opendata/facebook/login' \
 --header "x-session-token: $API_KEY"
Response examples (200)
{
  "success": true,
  "message": "string"
}