Skip to main content
DELETE
/
contacts
/
{sellerId}
/
{contactId}
Delete contact
curl --request DELETE \
  --url https://api.quivo.co/contacts/{sellerId}/{contactId}
This response has no body data.

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

contactId
integer<int64>
required

The unique identifier for a contact associated with the seller.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.