Request
Body Params multipart/form-data
Token generated by the management backend.
Rule ID (can be obtained from the GetMX backend, or through the /v1/message-notice/list endpoint; the 'id' field corresponds to 'message_notice_id').
Request samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/smtp-filter/delete' \
--form 'token="token"' \
--form 'smtp_filter_id="12345678"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": null
}
Modified at 2024-12-03 00:52:26