Delete a follower from an organization
DELETE {{baseUrl}}/organizations/:id/followers/:follower_id
Deletes a follower from an organization. You can retrieve the follower_id
from the List followers of an organization endpoint.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":123}}