Is it possible in AWS API Gateway to "turn off"/"disable" an API in API Gateway, without deleting the API itself? I'm hoping to keep the configuration of an API, without losing it through the otherwise deletion I'm hoping to avoid; that would also have the beneficial parallel motivation of preventing AWS billed API usage.
Is it possible, or is delete the only option?


