> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove a member

> Remove a member

### Path parameters

<ParamField path="id" type="string" required>
  Segment ID
</ParamField>

<ParamField path="customer_id" type="string" required>
  Customer ID
</ParamField>

### Responses

<ResponseField name="204" type="object">
  Member removed
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl --request DELETE \
    --url 'https://api.stateset.com/api/v1/segments/{id}/members/{customer_id}' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
