Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruvenzx committed Jun 17, 2024
1 parent 71b99d1 commit 94a894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ err := descopeClient.Management.Tenant().Update(context.Background(), "my-custom

// Tenant deletion cannot be undone. Use carefully.
// Pass true to cascade value, in case you want to delete all users/keys associated only with this tenant
err := descopeClient.Management.Tenant().Delete(context.Background(), "my-custom-id", false)
err := descopeClient.Management.Tenant().Delete(context.Background(), "my-custom-id", true)

// Load tenant by id
tenant, err := descopeClient.Management.Tenant().Load(context.Background(), "my-custom-id")
Expand Down

0 comments on commit 94a894f

Please sign in to comment.