Skip to main content

Delete Product Note

DELETE 

/api/v2/products/:product/notes/:noteId

Delete a note from a product. The deletion is scoped to the product — a note belonging to a different product cannot be removed through this route.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token with the products.update permission.

Request

Responses

OK

Response Headers
    Content-Type