Skip to main content
Question

API integration - remove instructor from session

  • July 29, 2026
  • 1 reply
  • 90 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!
 

1 reply

Hi ​@mel_min

 

Your API call looks okay, Have you tried to fire exactly what you were looking to do on the API Browser?

 

The permission denied gives me the credentials aren’t correct vibes from your Postman authentication.

Are you using an account you’ve used before? Did the permissions change? Do you have a ‘new’ token?

Good luck!