Delete the restrict workspace admins setting.
delete_restrict_workspace_admin.Rd
Reverts the restrict workspace admins setting status for the workspace. A
fresh etag needs to be provided in DELETE
requests (as a query parameter).
The etag can be retrieved by making a GET
request before the DELETE
request. If the setting is updated/deleted concurrently, DELETE
fails with
409 and the request must be retried by using the fresh etag in the 409
response.