# Delete business contact email address. **DELETE /business-contacts/{businessContactId}/email-addresses/{emailAddressTypeCode}** Deletes the business contact's email address specified using the business contact id and email address type code path variables. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer token ## Parameters ## Responses ### 200 Successfully deleted the email address. #### Body: application/json (object) object ### 400 Invalid request. See response body for details. ### 401 Unauthorized request. See response body for details. ### 403 Permission denied. See response body for details. ### 404 Business contact or email address not found. #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) - **details** (array[string]) ### 500 Unknown error. See response body for details. [Powered by Bump.sh](https://bump.sh)