Skip to main content

Delete user note

DELETE 

/:customer_id/users/:uid/notes/:note_id

Delete single user note by note_id

Request

Path Parameters

    customer_id Customer Idrequired

    Id of the tenant

    uid uuidrequired

    Id of the user

    note_id uuid4required

    Id of the note

Responses

Successful response

Schema
    message Message

    Default value: OK

Loading...