Skip to main content
Remove followers from a specific issue. Note: Maximum 20 requests per minute are allowed. For more information about the required permissions refer to Access Control.
External DocumentationTo learn more, visit the Pylon documentation.

Parameters

ParameterDescription
Contact IDsA comma-separated list of contact IDs to remove as followers from. Can be obtained using List Contacts action.
Issue IdentifierThe ID or number of the issue to remove followers from. Can be obtained using List Issues action.
User IDsA comma-separated list of user IDs to remove as followers from. Can be obtained using List Users action.

Example Output

{
	"data": [
		{
			"id": "text",
			"type": "user"
		}
	],
	"request_id": "text"
}

Workflow Library Example

Remove Followers from Issue with Pylon and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop