Skip to content

Delete customer contact

DELETE
/merchants/{merchantCode}/customers/{customerId}/contacts/{contactId}
curl --request DELETE \
--url https://customer.shopgate.io/v1/merchants/example/customers/example/contacts/example

Delete customer contact

merchantCode
required
string
customerId
required
string
contactId
required
string

Contact successfully updated

Media typeapplication/json

Merchant, customer or contact not found

Media typeapplication/json

Unexpected error

Media typeapplication/json
object
code

Machine readable error code

string
message
required

Human readable error code

string
Examplegenerated
{
"code": "example",
"message": "example"
}