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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":{"id":123}}