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