Delete a question registration.
{ questionId, deleted: true }.
{ questionId, deleted: true }
Sends DELETE /v1/derivatives/questions/:id. The question stops recomputing; the derived records it already wrote are left alone (delete those through the data-point deletion path).
DELETE /v1/derivatives/questions/:id
Delete a question registration.