groups:write
group_id
contacts_removed
Authorization: Bearer ********************
{ "contact_ids": [ 123, 124, 125 ] }
curl --location --request DELETE 'https://getrasl.io/api/v2/groups//contacts' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "contact_ids": [ 123, 124, 125 ] }'
{ "success": true, "data": { "group_id": 0, "contacts_removed": 0 }, "meta": { "request_id": "string", "timestamp": "string" } }