Delete Contact

Delete Contact

This endpoint allows you to permanently delete a contact from a user's Contact List. Once deleted, the contact and all associated details are removed and cannot be recovered.


HTTP Method and URL

DELETE {{host}}/api/v2/network/:contactId?user_type=ENTERPRISE_API


Authentication Requirements

Requires a valid user authentication token. Pass the token using the user-token variable in your environment or as an Authorization header if required by your API setup.


Path and Query Parameters

  • contactId (path, required): The unique identifier of the contact to delete.

  • user_type (query, required): Must be set to ENTERPRISE_API.


Request Body

No request body is required for this endpoint.


Example Request

DELETE {{host}}/api/v2/network/12345?user_type=ENTERPRISE_API
Authorization: Bearer {USER-TOKEN}

Example Successful Response

{
  "success": true,
  "message": "Contact deleted successfully."
}

Error Responses

  • 404 Not Found: Contact with the specified contactId does not exist.

  • 401 Unauthorized: Authentication token is missing or invalid.

  • 400 Bad Request: Required parameters are missing or invalid.


Usage Notes

  • This operation is irreversible. Ensure you have selected the correct contact before deletion.

  • The endpoint is intended for enterprise API users only.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!