cURL
curl --request DELETE \ --url https://api.centosfi.com/v1/custom-assets/{custom_asset_id}/members \ --header 'Content-Type: application/json' \ --data ' { "centos_ids": [ 123 ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Remove centos_ids from a custom asset.
Request schema for removing members from a custom asset.
1
Successful Response