v1
latestSwagger 2.02026-07-17413.9 KBUnannotatedEchoService
EchoDelete method receives a simple message and returns it.
delete/v1/example/echo_delete
Query parameters
idstring
Id represents the message identifier.
numstring int64
durationstring
Response
A successful response.
Example response
{
"duration": "duration",
"num": "num",
"id": "id"
}