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
- 200
- 400
Successful response
- application/json
- Schema
- Example (from schema)
Schema
message Message
Default value: OK
{
"message": "OK"
}
Validation error
- application/json
- Schema
- Example (from schema)
Schema
message Messagerequired
errors undefined[]nullablerequired
{
"message": "string",
"errors": [
null
]
}
Loading...