Unbind Domain from Group-Pay
Request
Body Params multipart/form-data
Token generated by the management backend
Domain ID (can be obtained from the GetMX management backend or through the /v1/domain/list endpoint; the 'id' field is the 'domain_id')
Request samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/domain/group-pay/unbind' \
--form 'token="token"' \
--form 'domain_id="12345678"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": null
}
Modified at 2024-12-03 00:45:36