curl --request POST \
--url https://app.tagadapay.com/api/public/v1/domains/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domainId": "cdm_123"
}
'{
"success": true
}Remove a custom domain and all associated routes
curl --request POST \
--url https://app.tagadapay.com/api/public/v1/domains/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domainId": "cdm_123"
}
'{
"success": true
}