deleteLibraryResource
Soft-delete a single library resource.
deleteLibraryResource(
input: DeleteLibraryResourceInput!
): DeleteLibraryResourcePayload
Arguments
deleteLibraryResource.input ● DeleteLibraryResourceInput! non-null input
The id of the resource to delete.
Type
DeleteLibraryResourcePayload object
Outcome of a delete: success is false and error is set on failure.