Delete Subscriber

Deletes a subscriber and all associated dependents, coverages, and accumulators.

The subscriber to be deleted is identified using URL parameters specifying the client's eligibility keys.  By default, those keys are the GroupNumber and one of the following: MemberID, AltMemberID, and SSN.  However, if a client is using different keys then those keys should be specfied in place of the defaults.

When the call is accepted it returns an operations URL that the requesting client uses to track the status of the request.

Sample Request Format

DELETE [base URL]/authorization?GroupNumber=123&MemberID=123456789


Sample Response Format

HTTP/1.1 202 Accepted
Operation-Location: [base URL]/operations/[ops ID]
Comments