Modifying and Deleting an API
The steps below explain how to modify an API's source code and delete an API.
Modifying an API
You can create an API using the API Publisher Web interface, and most common configurations are facilitated through the Web UI. But, if you want to do more advanced configurations to this API to customize it further, you have to go into its code-level configurations. You can do this using the steps given below.
- Log in to the Management Console UI (
https://localhost:9443/carbon
) usingadmin/admin
credentials. Then, select Source View sub menu under the Service Bus menu. Source view contains the entire configuration of the API Gateway. You can find sequences, filters, properties, APIs etc. defined there. Search for the name of the API you want, and edit its content wrapped by the
<api></api>
elements.- Click the Update button at the end of the screen to save your changes.
- Alternatively, you can also select the APIs sub menu under the Service Bus menu. This allows you to isolate and edit a specific API rather than viewing the entire source code.
- The Deployed APIs page opens. From there, you can select an API and click the Edit link associated with it.
- The Edit API page opens. You can switch to its source view to edit its configuration code.
Â
- After editing the file, save and restart the server.
Deleting an API
Follow the instructions below to delete an API from the API Store through the API Publisher Web interface.
- Log in to WSO2 API Publisher (
http://localhost:9763/publisher
) Web application with credentials of a user who has the creator role assigned. For more information on creating users and assigning roles, refer to section User Management. - The All APIs window opens. For example,
- Click the Delete icon at the top right of a selected API to remove it, and confirm the deletion.
Once deleted, it will no longer be available in the API Store or the API Publisher.
Next, see  Documenting APIs.