# Recover a deleted signing session. This endpoint recovers a deleted signing session based on the provided signing ID. **PUT /api/v1/signings/{signingId}/recover-deleted** Sample request: PUT /signings/{signingId}/recover-deleted ## Servers - https://api.lwolf.com/authentisign: https://api.lwolf.com/authentisign () ## Parameters ### Path parameters - **signingId** (string(uuid)) The identifier of the signing session to be recovered. ## Responses ### 200 Success ### 401 Unauthorized #### Body: application/json (object) - **code** (integer(int32)) - **message** (string | null) - **details** (array[string] | null) ### 404 Not Found #### Body: application/json (object) - **code** (integer(int32)) - **message** (string | null) - **details** (array[string] | null) ### default Error #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)