Skip to main content
Version: 5.4.0

DeleteJsonResponseJson

Deletes a document, passes a Json body, expects a Json response.

ServiceOperation
httpClientDELETE_JSON_RESPONSE_JSON

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"json": {
"message": "value"
},
"statusCode": 200
},
"status": 200
}

Method Parameters

ParameterDescription
serviceCodeService code of the external service configured in the Cloud Code - Web Services section of the portal
pathPath to append to the Base URL of the service
queryMap of query parameters
headersMap of extra headers
jsonJSON formatted data to send