v1

latestOpenAPI 3.1.1Productboard Proprietary2026-07-2453178243.2 KB
notes

Delete relationship

Deletes a relationship between a note and a target entity (customer or link).

This is used to unlink a note from:

  • customer: A user or company associated with the note
  • link: A specific feature, component, or other product

For customer relationships, the targetId should be the UUID of the customer or organization. For link relationships, the targetId should be the UUID of the feature, component or product entity.

Note: For customer relationships, the targetId parameter can be any UUID as it is ignored during deletion. The endpoint will remove all customer relationships from the note regardless of the targetId value provided.

delete/notes/{id}/relationships/{targetType}/{targetId}

Path parameters

idstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000

Note identifier.

targetType'customer' | 'link' required
Example:link

Relationship type to delete.

  • customer: Delete customer relationship (user or company)
  • link: Delete link relationship (feature, component or product entity)
targetIdstring uuid required
Example:223e4567-e89b-12d3-a456-426614174001

UUID of the target entity (customer, organization, or link). For customer relationships, this is optional for backward compatibility.

Response

The request was successful and no content is returned.