My API integration to delete an instructor from session gives me 404 - Permission denied response.
I believe PU has all the necessary permissions, here is the profile permission assigned to PU.

the session was created by the PU with instructor.
api: /course/v1/instructors/remove
payload:
{"items":[{"id":XX}],"options":{"instructors":[NNNN],"type":"session"}}
postman response:
all other parts seems to be working with PU credentials ie:create session,events,creates user,enroll etc..
appreciate any help!
postman response:
{
"name": "Forbidden",
"message": [
"Permission denied"
],
"code": 0,
"status": 403
}
all other parts seems to be working with PU credentials ie:create session,events,creates user,enroll etc..
appreciate any help!
