Delete customer note
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
DELETE /customer/notes
Operation
Operation ID: deleteCustomerNote
Remove a note from a customer
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: no.
Content type: application/json
{}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Customer note deleted successfully | application/json |
Schema for response 200 (application/json):
{}
17 March 2026