Skip to main content
Example on Unlinking removed API Operations

API Development

R
Written by Riku Virtanen
Updated over 9 months ago

Unlinking removed API operations

In case an operation is removed entirely from the OpenAPI Specification, Frends automatically unlinks the process linked to the deleted operation. API processes that are unlinked from an API are still visible in the view:

Note

Frends does not automatically remove the unlinked processes from target environments during deployment.

It is a good practice to tag unlinked processes for example "obsolete since v1.0.2". This helps to remember to remove the unlinked processes from other environments like Test and Production after the new API version has been deployed to these environments.

Did this answer your question?