Delete Transaction Scheduler
delete
/restproxy/api/v2/channels/{channelName}/scheduleTransactions/{schedulerID}
Delete transaction scheduler by scheduler ID.
Request
Supported Media Types
- application/json
Path Parameters
-
channelName(required): string
ID of the channel
-
schedulerID(required): string
ID of the scheduler
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
object
-
error:
string
Default Value:Error message when fail
-
result:
object result
-
returnCode(required):
string
Allowed Values:
[ "Success", "Failure" ]
Nested Schema : result
Type:
object
400 Response
Bad Request
401 Response
Not authorized
403 Response
Forbidden
404 Response
Invalid parameters
500 Response
Service unavailable