activity_unpublish
Last edit: Oct 26, 2022
Clean up feeds from selected activities
activity_unpublish(
record_id: ID
related_to_object: ActiveRecordReference
uuid: ID
): [ID]
Arguments
record_id
(ID
)
search for activities related to the record ( {"id": "<record_id>"}) and then cleanup all feeds from found activities
related_to_object
(ActiveRecordReference
)
search for activities related to the Object and then cleanup all feeds from found activities
uuid
(ID
)
remove from feeds activity with UUID
Type
ID
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.