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