Reschedule a namespace deleteput https://{hostname}/edgekv/v1/networks/{network}/namespaces/{namespaceId}/status/scheduled-deleteChange the scheduled time of a namespace delete.Path ParamsnamespaceIdstringrequiredUnique identifier for each namespace.networkstringenumrequiredEnum Network environment to execute the API request on.productionstagingAllowed:productionstagingQuery ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsscheduledDeleteTimedate-timerequiredSpecifies the time when a namespace will be deleted, in ISO 8601 format.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Returns the scheduled time for a namespace delete. 400Bad request. Namespace doesn't exist. 500Internal server error.Updated about 1 month ago