{
"name": "{{EDGE_TENANT_NAME}}",
"label": "{{EDGE_TENANT_LABEL}}"
}curl --location 'https://Example-Server.com/adm/v1/tenants' \
--header 'Authorization: Bearer {{_edge_admaccess_token}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "{{EDGE_TENANT_NAME}}",
"label": "{{EDGE_TENANT_LABEL}}"
}'{
"status": "success",
"message": "user deleted"
}