latestOpenAPI 3.0.12026-08-20112309904.6 KB

466169815b78

Suppliers - Connection Contacts

Delete a connection contact

Overview

Delete a connection contact by its unique Prewave identifier.

Identification

The {contactId} is a unique numerical identifier of the connection contact.

Getting contactId

  • From the list of contacts returned by GET /public/v2/suppliers/connection-contacts.
  • From the response body or Location header when creating a contact via POST /public/v2/suppliers/connection-contacts.

Required Permission

access_public_suppliers and access_public_mng_conn_contacts

delete/public/v2/suppliers/connection-contacts/{contactId}

Path parameters

contactIdinteger required

Unique identifier of the connection contact. You can obtain this ID from the list endpoint (GET) or from the creation response (POST).

Response

Connection contact deleted successfully