Delete a follower from a deal
DELETE {{baseUrl}}/deals/:id/followers/:follower_id
Deletes a follower from a deal.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":123}}