You can delete a remote procedure using either Sybase Central or the DROP PROCEDURE statement.
You must have DBA authority to delete a remote procedure.
Open the Remote Servers folder.
In the left pane, select the remote server.
In the right pane, click the Remote Procedures tab.
On the Remote Procedures tab, select the remote procedure, and then choose File > Delete.
Connect to a database.
Execute a DROP PROCEDURE statement.
For more information, see DROP statement.
Delete a remote procedure called remoteproc.
DROP PROCEDURE remoteproc;