Delete A Specific Route connection.Set synchronous to yes in the request body to block until the write has been applied and is readable, and receive a 200 with the resource instead of a 202. Route writes are published to the SBUS NmsRoute channel and applied asynchronously, so without this flag an immediate read-back can miss the record. The API polls for up to 2 seconds; if the write has not landed by then the usual 202 Accepted is returned and the write still completes normally. Note that synchronous must be sent in the JSON body — including on DELETE — as query parameters are not read for write methods.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Body Params application/json
Examples
Responses
🟢200OK
application/json
Returned when synchronous=yes and the write has been confirmed readable.