# Delete Contact

Deletes a contact.

Endpoint: DELETE /subscriber/{subscriberid}
Version: 1.0.0

## Path parameters:

  - `subscriberid` (string, required)
    The identifier of the contact. This can be either:

- Internal Subscriber ID (Contact ID)  
  Recommended for internal, server-side integrations.  
  Numeric string, for example 987654321.

- External Subscriber Key (Contact Key)  
  Recommended for external communication such as email links, redirect URLs and form integrations.  
  Alphanumeric string, for example 01234abcdefghij56789.

Both identifiers can be used interchangeably in this endpoint.
    Example: "987654321"


