EdgeCore version: 4.3.0
Method
DELETE /public/domains/{domainName}
Used to remove a specific domain from EdgeCore.
Parameters
Name | Type | Description | Mandatory |
domainName |
string | Domain you want to delete | Yes |
cURL example
curl --location --request DELETE 'http://localhost:8080/public/domains/testdomain' \ --header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5'
HTTP Response
Code | Status | Description |
204 | No Content | The request has succeeded and that there is no additional content to send in the response payload body. |
404 | Not Found | The domain could not be found. |