put https://{hostname}/edgekv/v1/networks//namespaces//status/scheduled-delete
Change the scheduled time of a namespace delete.
Responses
Change the scheduled time of a namespace delete.
xxxxxxxxxx
curl --request PUT \
--url https://hostname/edgekv/v1/networks/production/namespaces/namespaceId/status/scheduled-delete \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"scheduledDeleteTime": "2024-07-18T14:48:33Z"
}