File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Here's an example of a request to anonymize a profile:
3838
3939[source]
4040----
41- curl -X POST http://localhost:8181/cxs/profiles/{profileID}/anonymize?scope=ASCOPE
41+ curl -X POST http://localhost:8181/cxs/privacy/ profiles/{profileID}/anonymize?scope=ASCOPE
4242----
4343
4444where `{profileID}` must be replaced by the actual identifier of a profile
@@ -69,7 +69,7 @@ session data will also be detached from the current profile and anonymized.
6969
7070[source]
7171----
72- curl -X DELETE http://localhost:8181/cxs/profiles/{profileID}?withData=false --user karaf:karaf
72+ curl -X DELETE http://localhost:8181/cxs/privacy/ profiles/{profileID}?withData=false --user karaf:karaf
7373----
7474
7575where `{profileID}` must be replaced by the actual identifier of a profile
You can’t perform that action at this time.
0 commit comments