cURL
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
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response