Method: OpenapiClient::TenantsApi#delete_tenant_user

Defined in:
lib/openapi_client/api/tenants_api.rb

#delete_tenant_user(proj_id, env_id, tenant_id, user_id, opts = {}) ⇒ nil

Delete Tenant User Deletes a user under a tenant.

Parameters:

  • proj_id (String)

    Either the unique id of the project, or the URL-friendly key of the project (i.e: the "slug").

  • env_id (String)

    Either the unique id of the environment, or the URL-friendly key of the environment (i.e: the "slug").

  • tenant_id (String)

    Either the unique id of the tenant, or the URL-friendly key of the tenant (i.e: the "slug").

  • user_id (String)

    Either the unique id of the user, or the URL-friendly key of the user (i.e: the "slug").

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (nil)


185
186
187
188
# File 'lib/openapi_client/api/tenants_api.rb', line 185

def delete_tenant_user(proj_id, env_id, tenant_id, user_id, opts = {})
  delete_tenant_user_with_http_info(proj_id, env_id, tenant_id, user_id, opts)
  nil
end