curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/admin/domains/remove \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '
{
"domain": "<string>"
}
'{
"apiDomain": "<string>",
"userDomain": "<string>",
"customDomains": [
"<string>"
]
}Remove a domain from the platform configuration.
curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/admin/domains/remove \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '
{
"domain": "<string>"
}
'{
"apiDomain": "<string>",
"userDomain": "<string>",
"customDomains": [
"<string>"
]
}The input required to remove a custom domain from the platform
The custom domain to remove from the platform
1Successful response
Whitelabel domain configuration settings
Was this page helpful?