Awesome! I'm currently a little unclear on the del...
# spicedb
u
Awesome! I'm currently a little unclear on the deletion op. Currently I am using the Go SDK and the deletion op fails to delete. I have tried using the zookie and full_consistency on the permission check after the deletion op. This is the relation that was created (using the wrappers I have implemented)
Copy code
{
    ResourceType: Client,
    ResourceID: "test_client1",
    Relation: ClientRelationAdmin,
    SubjectType: User,
    SubjectID: "test_user1",
}
When deleting this relation I am passing all of this info. The only part that I am iffy on is I include the relation type in the
RelationshipFilter.OptionalRelation
field not the
SubjectFilter.OptionalRelation
Am I missing something