How do I create an Access Token to use the Fess Delete Api

(from github.com/akopcz2)
I am unable to find the Access Token configuration under the Crawler tab in the sidebar.
I am using fess 12.3.2
Is there a config setting that I need to enable for this to be visible?

(from github.com/marevol)
Access Token page is in System tab.

(from akopcz2 · GitHub)

Access Token page is in System tab.

Thank you!

(from github.com/akopcz2)
curl -X “DELETE” -H “Authorization: ttjtBzxjeGhsoZxb1oD99EAtU1T8p0NFyqe5j7K8lnd5wp4BTyLeAsyq6QgC” -H “docId: ca276adc0622413fa45f5ce861d0a365” http://localhost:8080/admin/searchlist/delete

Would this be the correct way to send the delete action to FESS?

(from github.com/marevol)
See https://fess.codelibs.org/lastadoc-fess.html#.api.admin.searchlist.doc.b_id_e::delete_d_doc

(from akopcz2 · GitHub)

See fess lastadoc

Thank you Marevol! Seems I was missing one very important piece in all of this.
Creating the “admin-api” token with the role of {role}admin-api.
I was originally using a token named admin with role of admin.