Buyer Personas
v1

Delete a Buyer Persona

Delete a buyer persona by its ID.

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

delete/v1/buyer-personas/{id}

Path parameters

idstring required

The buyer persona 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/buyer-personas/{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

Changed in 2 of the 19 revisions of this API.8

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added

Of the 19 revisions, 1 has no diff computed.