delete https://{hostname}/edgekv/v1/networks//namespaces/
Delete a namespace and all of its contents.
Responses
Delete a namespace and all of its contents.
xxxxxxxxxx
curl --request DELETE \
--url https://hostname/edgekv/v1/networks/production/namespaces/namespaceId \
# Add Authorization header to this snippet
--header 'accept: application/json'
xxxxxxxxxx
{
"scheduledDeleteTime": "2024-07-18T14:48:33Z"
}