Remove limit group member
DELETE
/providers/{providerID}/limit-groups/{groupID}/members/{participantID}
Remove a participant from a limit group. Idempotent: removing a non-member returns 204.
Auth: API key or bearer token. Scoped to the calling provider.
Request
curl -X DELETE https://api.moov.money/providers/{providerID}/limit-groups/{groupID}/members/{participantID}Headers
X-Moov-Version
stringSet this header to the API version being targeted (e.g.
v2026.07.00). When omitted, the server applies its default version.Path parameters
providerID
string
requiredYour provider account ID.
groupID
string
requiredIdentifier of the limit group.
participantID
string
requiredThe participant’s
participantID, or your externalID for them. Both
resolve to the same participant.