We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03fe5b6 + 1cf99a0 commit 5b3a174Copy full SHA for 5b3a174
authzed/api/v1/permission_service.proto
@@ -352,6 +352,9 @@ message DeleteRelationshipsResponse {
352
353
// deletion_progress is an enumeration of the possible outcomes that occurred when attempting to delete the specified relationships.
354
DeletionProgress deletion_progress = 2;
355
+
356
+ // relationships_deleted_count is the number of relationships that were deleted.
357
+ uint64 relationships_deleted_count = 3;
358
}
359
360
// CheckPermissionRequest issues a check on whether a subject has a permission
0 commit comments