Delete limit group

DELETE
/providers/{providerID}/limit-groups/{groupID}

Remove a limit group. Its members fall back to their other groups, or to your provider default, on the next limit resolution.

Auth: API key or bearer token. Scoped to the calling provider.

Request
cURL
curl -X DELETE https://api.moov.money/providers/{providerID}/limit-groups/{groupID}
Responses
204 401 403 404
The request completed successfully, no content.
Authentication missing, invalid, or insufficient.
Authentication present but the action is forbidden for this principal/claim.
The requested resource was not found.

Headers

X-Moov-Version

string
Set 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 required
Your provider account ID.

groupID

string required
Identifier of the limit group.