# Removes an email address from the blocked list **POST /mail/{id}/blocks/delete** Removes an email address from the various block lists. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Path parameters - **id** (integer) Mail ID number ### Body: application/json (object) - **email** (string) an email address ## Responses ### 200 search results matching criteria #### Body: application/json (object) - **status** (string) - **text** (string) ### 400 The specified resource was not found #### Body: application/json (object) - **code** (string) - **message** (string) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) ### 404 The specified resource was not found #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)