Kustomer API

Getting access, Developing, Testing

Back to Kustomer

Delete Note by ID

Notes are internal communications visible only to users in an org.

Any one of the following roles is required for this endpoint:

|Legacy Role|Equivalent Permission Set Role| |-----|--------| |org.user.note.write|org.permission.note.delete|

Input

type: object properties: parameters: type: object properties: id: type: string description: (Required) Unique ID of the note. required: - id title: Parameters