Skip to main content
POST
Move everything attached to another account onto this one, then delete it. Used when a reconnection created a second account for the same real profile.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
accountId
string
required

Account to absorb: its posts and conversations move onto the account in the path, then it is deleted.

Response

200 - undefined