Hi @JonA63399,
You can do a GET to see a deleted contact. You must include the email address and you must include a status of either all, or deleted. This will return a result of the contact that looks like this.
"contacts": [
{
"contact_id": "d4e514d4-9d0b-11e9-9bfe-d4ae528e486a",
"email_address": {
"address": "msm005@ucsd.edu",
"permission_to_send": "implicit",
"created_at": "2019-07-02T16:56:17-04:00",
"updated_at": "2019-09-09T11:56:37-04:00",
"opt_in_source": "Account",
"opt_in_date": "2019-07-02T16:56:16-04:00",
"confirm_status": "off"
},
"first_name": "Micaela",
"last_name": "Martinez",
"create_source": "Account",
"created_at": "2019-07-02T16:56:17-04:00",
"updated_at": "2019-09-09T11:56:37-04:00",
"deleted_at": "2019-09-09"
},
... View more