# Get details of deleted contact **GET /api-v1/contact/{type}/{id}/deleted** ## Servers - Generated server url: https://wyzio.app (Generated server url) ## Parameters ### Headers - **WEAL-TOKEN** (string) API token (can be retrieved from account settings) - **TARGET-ORGANIZATION-ID** (integer) ID of organization, for which the operation must be performed ### Path parameters - **type** (string) - **id** (integer) ## Responses ### 200 OK #### Body: application/json (object) - **contactId** (integer) - **contactType** (string) - **isCustomer** (boolean) - **isVendor** (boolean) - **isStaff** (boolean) - **isUser** (boolean) - **defaultLanguage** (string) - **phone** (string) - **fax** (string) - **mobile** (string) - **email** (string) - **webSite** (string) - **warnings** (string) - **archived** (boolean) - **relatedOrganizationContactIds** (array[integer]) - **relatedContactIds** (array[integer]) - **addresses** (array[object]) - **communications** (array[object]) - **additionalInformation** (array[object]) - **tags** (array[object]) - **banks** (array[object]) - **organizationId** (integer) - **organizationUsesTimesheets** (boolean) - **permissionsTree** (array[object]) - **defaultModule** (string) - **supplier** (object) - **client** (object) - **staff** (object) - **externalId** (string) - **groupRoles** (array[object]) - **userGroups** (array[object]) - **id** (integer) - **ecorrespondence** (boolean) ### 400 400 Bad Request ### 401 401 Unauthorized ### 403 403 Access Denied ### 404 404 Not Found ### 500 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)