Ideal Customer Profiles
v1

Delete an Ideal Customer Profile

Delete an ICP by its ID. This also deletes the custom feed created alongside it.

:::info Requires the icps:write OAuth2 scope. :::

delete/v1/icps/{id}

Path parameters

idstring required

The ICP ID.

Query parameters

account_idstring required

The Leadfeeder Account ID. The Account ID can be retrieved using the List Accounts endpoint.

Response

Success

{"stackTrail":"paths:/v1/icps/{id}:delete:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}

Example response

{
  "meta": {
    "request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
  }
}

Changes