# Delete a merchant Remove a merchant from Hellgate. {% admonition type="warning" name="Warning" %} This operation cannot be undone. {% /admonition %} Endpoint: DELETE /merchants/{id} Version: 2.0 Security: APIKeyAuth ## Path parameters: - `id` (string, required) The ID of the merchant ## Response 401 fields (application/json): - `code` (integer) The corresponding HTTP status code for the error - `classifier` (string) Technical code that helps to identify the error - `message` (string) Human readable representation of the error ## Response 403 fields (application/json): - `code` (integer) The corresponding HTTP status code for the error - `classifier` (string) Technical code that helps to identify the error - `message` (string) Human readable representation of the error ## Response 204 fields