Delete
The method deployed to the server can be deleted using BACKND CLI.
'delete' commands
You can delete a deployed method by entering the method name.
This command should be used with caution, as the deployed method will be deleted immediately.
Delete by specifying the method name backend delete Method name to be deleted )
Return cases
When method deletion is successful
success to delete the function
StatusCode : 200
message : OK
If an invalid authKey is set in config.json
Fail to delete the function: "name of the method whose deletion was attempted"
Show Detail
StatusCode : 403
message : The remote Server returned an error:(403) Forbidden
When attempting to delete a method that does not exist
Fail to delete the function: "name of the method whose deletion was attempted"
Show Detail
StatusCode : 404
message : The remote server returned an error:(404) Not Found.