DELETE trajects/{id}/rides/{childId}/forms/{grandChildId}/superdelete
Detaches a form from a ride. 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. |
| grandChildId | The Id of the form |
Define this parameter in the request URI. |
