Skip to content

Delete a project note

DELETE
/projects/{projectId}/notes/{noteId}

Delete a specific note from a project

projectId
required
integer
>= 1

Unique identifier for the project

noteId
required
integer
>= 1

Unique identifier for the note

Note deleted successfully

Unauthorized - authentication required

object
success
required

Indicates if the request was successful

boolean
message
required

Response message

string
success
boolean
message
string
Allowed values: UNAUTHORIZED

Resource not found

object
success
required

Indicates if the request was successful

boolean
message
required

Response message

string
success
boolean
message
string
Allowed values: NOT_FOUND

Internal server error

object
success
required

Indicates if the request was successful

boolean
message
required

Response message

string
success
boolean
message
string
Allowed values: INTERNAL_SERVER_ERROR