Deletes a specific transaction contact type. You can only delete types you own.
DELETE
/v2/transactions/contacts/types/{id}
curl \
--request DELETE 'https://api.pre.transactiondesk.com/v2/transactions/contacts/types/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"code": 400,
"message": "Request was not valid.",
"details": [
"string"
]
}
Response examples (401)
{
"code": 401,
"message": "Unauthorized. The user is not authenticated.",
"details": []
}
Response examples (404)
{
"code": 404,
"message": "Item not found.",
"details": []
}