DELETE /stops/{stopId}/stopNotes/{id}
Deletes a stop note from a stop
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
stopId |
Id of the stop to delete the stop note from |
path
|
|
String
|
id |
Id of the stop note to delete |
path
|
|
String
|
Result
RowStop
of type:
application/xml
application/json
stop record containing all stop notes after the delete
Try It Out
Request