Authzed · Schema

DeleteRelationshipsResponse

AuthorizationAccess ControlPermissionsZanzibarSpiceDBgRPCRESTRelationship-Based Access ControlReBACFine-Grained AuthorizationIdentitySecurity

Properties

Name Type Description
deletedAt object deleted_at is the revision at which the relationships were deleted.
deletionProgress object deletion_progress is an enumeration of the possible outcomes that occurred when attempting to delete the specified relationships.
relationshipsDeletedCount string relationships_deleted_count is the number of relationships that were deleted.
View JSON Schema on GitHub

JSON Schema

DeleteRelationshipsResponse.json Raw ↑
{
  "type": "object",
  "properties": {
    "deletedAt": {
      "$ref": "#/components/schemas/ZedToken",
      "description": "deleted_at is the revision at which the relationships were deleted."
    },
    "deletionProgress": {
      "$ref": "#/components/schemas/DeletionProgress",
      "description": "deletion_progress is an enumeration of the possible outcomes that occurred when attempting to delete the specified relationships."
    },
    "relationshipsDeletedCount": {
      "type": "string",
      "format": "uint64",
      "description": "relationships_deleted_count is the number of relationships that were deleted."
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/authzed/main/json-schema/DeleteRelationshipsResponse.json",
  "title": "DeleteRelationshipsResponse"
}