API call to revoke access

Hello, I’m trying to find an API call that can revoke an existing UE access, or at least block its data plane. Thanks

Maybe try to do some research on PCF.

I’m trying the below from PCF. It returns {} only, and the PDU session is still up.
Is the termination procedure implemented in Free5GC?

curl -X POST https://192.168.2.2:29502/nsmf-callback/sm-policies/urn:uuid:ed55a036-6c63-4c78-aae4-9e589a231fd7/terminate -H “accept: application/json” -H “Content-Type: application/json” -d "{“resourceUri”:"https://192.168.2.8:29507/npcf-smpolicycontrol/v1/sm-policies/imsi-2089300007487-10",“cause”:“1”}" -k

(reference TS 29.512 section 4.2.3.3)

Hi,

free5GC does not implement terminate notification on SMF yet.