DELETE trajects/{id}/rides/{childId}/superdelete
Removes a ride from a traject. Only a dispatcher can call this method. This method only works when SuperDelete is enabled, only the administrator can decide if it is enabled or not.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | The Id of the traject |
Define this parameter in the request URI. |
| childId | The Id of the ride |
Define this parameter in the request URI. |
