It is in the documentation now (at least as of oracle 19).
drop_constraint_clause::=
drop (
primary key |
constraint *constraint_name* |
unique (*column*, ...)
) ... [ (drop | keep) index ]
(I did not want to copy paste the image, as I am not sure that's okay with oracle; I hope the notation is self-explanatory).