Skip to contents

Deletes 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().

Value

TRUE if the relation was deleted successfully, FALSE otherwise.

References

ics1044