cURL
curl --request DELETE \ --url https://api.rivermarkets.com/v1/custom-assets/{custom_asset_id}/members \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "river_ids": [ 123 ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Remove river_ids from a custom asset.
API key for programmatic access. Generate one at app.rivermarkets.com under Settings → API Keys.
Request schema for removing members from a custom asset.
1
Successful Response