curl --request PATCH \
--url https://api.example.com/api/v1/assignments/:id/restoreRestore a soft-deleted assignment.
curl --request PATCH \
--url https://api.example.com/api/v1/assignments/:id/restorecurl -X PATCH \
-H "Authorization: Bearer <token>" \
https://app.taxhomebase.com/api/v1/assignments/1/restore
| Status | Cause |
|---|---|
| 404 | Assignment not found or not deleted |