Delete a user note
DELETE
/users/{user_id}/notes/{note_id}Deletes an internal note. Only the author of the note can delete it; other callers receive permission_denied.
AuthorizationBearer <token>
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
user_id*string
note_id*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/users/string/notes/string"Empty
Update a user note PATCH
Updates the body of an internal note. Only the author of the note, whether an administrator or the credential that created it, can edit it; other callers receive `permission_denied`.
Send a password reset email POST
Sends the user an email with a link to reset their password. A password reset email can be sent to the same user at most once every 10 minutes. Earlier attempts return `email_recently_sent`.