Skip to main content
DELETE
Delete Tenant Note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Note ID

Pattern: ^[1-9]\d*$

Response

Deleted tenant note

id
number
required

Note ID

tenantId
number
required

Tenant ID

userId
number
required

Author user ID

name
string
required

Author name

note
string
required

Note content

createdAt
string | null
required

Creation timestamp

updatedAt
string | null
required

Last update timestamp