Pathway
Delete Followers from a Pathway
This endpoint deletes the specified followers from a pathway. It returns a 204 No Content response. <br><br>Note: This endpoint accepts up to 100 followers. <h3>Required Scope</h3>pathways:write
delete/api/v2/pathways/{id}/relationships/followers
Path parameters
idstring required
The ID of the pathway to update.
Request body
Example request
{
"data": [
{
"type": "followers"
}
]
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.