# Remove MIK

Use Remove MIK endpoint to submit a request to remove a Melissa Identification Key (MIK) from the system.

## Remove a MIK

 - [GET /removeMIK](https://developer.melissa.com/apis/contribution/remove-mik/removemikget.md): Uses HTTPS GET to accept one input record and returns the response in JSON format.

The service requires at least one of the following input combinations:

Set A - id, act, mik

Set B - id, act, a1, a2, city, first, last, postal, state

Set C - id, act, a1, a2, city, full, postal, state

## Remove MIKs

 - [POST /removeMIK](https://developer.melissa.com/apis/contribution/remove-mik/removemikpost.md): Use this endpoint to submit a request to remove Melissa Identity Key (MIK) in batch.

The service requires at least one of the following input combinations:

Set A - CustomerID, Action, MelissaIdentificationKey

Set B - CustomerID, Action, AddressLine1, AddressLine2, City, FirstName, LastName, PostalCode, State

Set C - CustomerID, Action, AddressLine1, AddressLine2, City, FullName, PostalCode, State

