# Retrieve deleted signing sessions. This endpoint fetches all the deleted signing sessions for a given user ID. **GET /api/v3/users/{userId}/signings/deleted** Sample request: GET v3/users/{userId}/signings/deleted ## Servers - https://api.lwolf.com/authentisign: https://api.lwolf.com/authentisign () ## Parameters ### Path parameters - **userId** (string(uuid)) The external identifier used to fetch the deleted signings. ## Responses ### 200 Success ### 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)