Skip to main content
Question

API integration - remove instructor from session

  • July 29, 2026
  • 0 replies
  • 31 views

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:
{
    "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!