Delete Namespace Key Using DELETE

Delete Namespace Key Using DELETE

If key is not found in the namespace then this call does nothing. All the key-name mappings of global settings can be found in the /api/deployment/config/globalsettings/metadata API's description.

Request
URI
DELETE
https://{api_host}/suite-api/api/deployment/config/properties/{namespace}/{key}
COPY
Path Parameters
string
key
Required

The key which need to be deleted

string
namespace
Required

The namespace of which key need to be deleted


Authentication
This operation uses the following authentication methods.
Responses
204

The key is deleted successfully

Operation doesn't return any data structure