post https://app.asana.com/api/1.0/projects//removeFollowers
Removes the specified list of users from following the project, this will not affect project membership status.
Returns the updated project record.
Responses
Removes the specified list of users from following the project, this will not affect project membership status.
Returns the updated project record.
xxxxxxxxxx
curl --request POST \
--url https://app.asana.com/api/1.0/projects/project_gid/removeFollowers \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
222}
{
"data": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy",
"archived": false,
"color": "light-green",
"created_at": "2012-02-22T02:06:58.147Z",
"current_status": {
"gid": "12345",
"resource_type": "project_status",
"title": "Status Update - Jun 15",
"text": "The project is moving forward according to plan...",
"html_text": "<body>The project <strong>is</strong> moving forward according to plan...</body>",
"color": "green",
"author": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"created_at": "2012-02-22T02:06:58.147Z",
"created_by": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"modified_at": "2012-02-22T02:06:58.147Z"
},
"current_status_update": {
"gid": "12345",
"resource_type": "status_update",
"title": "Status Update - Jun 15",