Delete Rest Api
apigateway_delete_rest_api | R Documentation |
Deletes the specified API¶
Description¶
Deletes the specified API.
Usage¶
apigateway_delete_rest_api(restApiId)
Arguments¶
restApiId |
[required] The string identifier of the associated RestApi. |
Value¶
An empty list.
Request syntax¶
svc$delete_rest_api(
restApiId = "string"
)