Skip to main content
DELETE
/
users
/
@me
/
connections
/
{type}
/
{connection_id}
Delete connection
curl --request DELETE \
  --url https://api.fluxer.app/v1/users/@me/connections/{type}/{connection_id} \
  --header 'Authorization: <api-key>'
{
  "code": "ACCESS_DENIED",
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Path Parameters

type
string
required

The type

connection_id
string
required

The connection id

Response

No Content