# Delete Relation Assignments Remove instance-level relationship assignments. Endpoint: POST /resources/relations/v1/unassign Version: 1.0 Security: bearer ## Request fields (application/json): - `assignments` (array, required) - `assignments.subjectEntityTypeKey` (string, required) Example: "user" - `assignments.subjectKey` (string, required) Example: "anthony@email-of.his" - `assignments.relationKey` (string, required) Example: "reader" - `assignments.targetEntityTypeKey` (string, required) Example: "document" - `assignments.targetKey` (string, required) Example: "document-1.doc" - `assignments.activeFrom` (string) Example: "2024-01-01T00:00:00Z" - `assignments.activeUntil` (string) Example: "2024-12-31T23:59:59Z" ## Response 204 fields