Passa al contenuto principale

Elimina associazione per ID

DELETE 

/api/partner-gateway/v1/contacts/list/contacts/:id

Elimina una singola associazione tra un contatto e una lista contatti, identified by the association's numeric ID. This removes the contact from the list but does not delete the contact itself or the list. The association ID is a unique identifier for the link between a specific contact and a specific list. You can obtain association IDs from the response of POST /contacts/list/contacts when the associations were created. For bulk removal of contacts from lists, use DELETE /contacts/list/contacts/ instead, which supports removing multiple contacts at once. Returns 200 on successful deletion of the association. Returns 404 if no association exists with the given ID under your account. Returns 500 if an unexpected server error occurs.

Richiesta

Risposte

Associazione eliminata con successo