# Delete a Transaction Contact **DELETE /v2/transactions/{transactionId}/contacts/{contactId}** Deletes a specific contact from a transaction. ## Servers - https://api.pre.transactiondesk.com: https://api.pre.transactiondesk.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **transactionId** (string(uuid)) TransactionGUID - **contactId** (string(uuid)) ContactGUID ## Responses ### 200 Contact deleted successfully ### 400 Bad request #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array[string]) ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array) - **data** () ### 404 Contact not found #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array) [Powered by Bump.sh](https://bump.sh)