Zilfu
API ReferenceAccounts

Disconnect multiple accounts

Removes several social account connections in a single request and dispatches a webhook event for each.

DELETE
/spaces/{space}/accounts
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

Query Parameters

ids[]?array<integer>

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://zilfu.app/api/spaces/0/accounts"
{}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}