Authorizations
Body
application/json
The input required to remove a custom domain from the platform
The custom domain to remove from the platform
Minimum length:
1
Response
Successful response
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
1
Successful response
Was this page helpful?