1008: Disconnect from track

Disconnects an entity/account from a track. The connection between the entity and the track is not removed, but the state is changed to "disconnected".
Endpoint ID:1008
Method:DELETE
URL:

/entity/id/{entity-id}/tracks/{track-id}

/entity/ext-key/{ext-key}/{ext-type}/tracks/{track-id}


entity-id

Rubiq entity ID that uniquely identifies an account to disconnect from specified track


ext-key

External key that uniquely identifies an account to disconnect from specified track


ext-typeType of external key

track-idID of track to disconnect account from
Request body:None

Response body:

None
Status codes:204

Connection removed successfully


404

The entity was not found, the track was not found or the entity is not connected to the track.

The following sub codes may be returned:

404.1User not found
404.2External user could not be found
404.4Track not found
404.5Connection not found