Revoking the Privilege to Run a Procedure

Remove the privilege to execute or call a specific procedure.

Prerequisites
Revoker must either:
Task
To revoke the EXECUTE privilege to run a specific procedure, execute:
REVOKE EXECUTE ON procedure_name
FROM grantee [,...]
Related reference
REVOKE EXECUTE Statement