Hello! I've created a custom entity and set up throught API an assigned user, but I don't want that user to be a follower of that entity (unless he does it manually after).
My http call goes to: "myespourl/api/v1/myEntity/Entity_Id/followers" with method "DELETE" and without payload.
Response is code 404, any other http request is working fine. Permissions for the role and api user are: "Follower Management Permission" to All and myEntity permissions full access. Any help is wellcome!
My http call goes to: "myespourl/api/v1/myEntity/Entity_Id/followers" with method "DELETE" and without payload.
Response is code 404, any other http request is working fine. Permissions for the role and api user are: "Follower Management Permission" to All and myEntity permissions full access. Any help is wellcome!
Comment