Skip to main content
PATCH
/
api
/
v1
/
assignments
/
:id
/
restore
Restore Assignment
curl --request PATCH \
  --url https://api.example.com/api/v1/assignments/:id/restore
Restores a previously soft-deleted assignment.

Path Parameters

id
integer
required
The assignment ID.

Request

curl -X PATCH \
  -H "Authorization: Bearer <token>" \
  https://app.taxhomebase.com/api/v1/assignments/1/restore

Response

Returns the restored assignment object.

Errors

StatusCause
404Assignment not found or not deleted