Remove static segment members
Segments
Remove static segment members
Remove contacts from a static segment by email
DELETE
Remove static segment members
Removes one or more contacts from a static segment by email.Documentation Index
Fetch the complete documentation index at: https://docs.mailglyph.com/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
id(string, required): Segment ID
Request body
emailsmust be a non-empty array of valid email addresses.- Maximum length is 500 emails per request.
Response
removed: Number of provided emails that matched contacts in the workspace.
Notes
- This endpoint only works for
STATICsegments. - Calling it for a
DYNAMICsegment returns400.
Authorizations
API Key authentication. Secret keys (sk_*) are required for all endpoints except /v1/track. Public keys (pk_*) only work with the /v1/track endpoint for client-side event tracking. Workspaces can have multiple active keys, and sender-domain operations enforce per-key domain scope when configured.
Path Parameters
Body
application/json
Required array length:
1 - 500 elementsResponse
Contacts removed from static segment

