
Deletes a Resource Relation
deleteResourceRelation.RdDeletes a Resource Relation
Usage
deleteResourceRelation(ident, relationId, from = pwd())Arguments
- ident
Identifier of the source resource. Can be a path, resource ID, entity ID, or a data frame row from
loadResource().- relationId
ID (UUID) of the relation to delete.
- from
Base path for resolving relative paths. Defaults to
pwd().