Skip to main content
DELETE
Deletes a client from your COR instance using its external ID. This also removes the integration mapping.

Path Parameters

string
required
External client ID that was used when creating the client

Request Body Requirements

object
required

Known Errors

  • ClientNotFoundError — No client found with the specified external ID for this source
  • ValidationError — Missing required metadata.source field
  • DeletionError — Client cannot be deleted due to existing dependencies (projects, brands, etc.)