# Remove a MAK Uses HTTPS GET to accept one input record and returns the response in JSON format. Endpoint: GET /removeMAK ## Query parameters: - `t` (string) Value passed through unchanged to the response for identification or any other purpose. Example: "Test" - `id` (any, required) The License Key issued by Melissa. Example: "{REPLACE-WITH-YOUR-LICENSE-KEY}" - `act` (string, required) Required. This specifies the action to be taken. Enum: "delete", "suppression" - `mak` (string, required) Required. A proprietary unique key identifier for an address. Example: "8008006245" - `respondto` (string) The email address to receive updates about the change request. Example: "youremail@melissadata.com" ## Response 200 fields (application/json): - `Version` (string) The current service version number. - `TransmissionResults` (string) Lists error codes from any errors caused by the most recent request as a whole. For more information, see [Contribution Result Codes](https://docs.melissa.com/cloud-api/contribution/result-codes.html). - `TransmissionReference` (string) Serves as a unique request identifier. - `Results` (string) Comma delimited status, error codes, and change codes for the record. For more information, see [Contribution Result Codes](https://docs.melissa.com/cloud-api/contribution/result-codes.html). - `Message` (string) The response message for the request. ## Response 400 fields (application/json): - `type` (string) The type of error that occurred. - `title` (string) A short summary of the error. - `status` (integer) The HTTP status code for the error. - `errors` (object) - `errors.$.` (array) A detailed message about the error. - `traceId` (string) A unique identifier for the request, useful for debugging.