Delete a project note
DELETE /projects/{projectId}/notes/{noteId}
DELETE
/projects/{projectId}/notes/{noteId}
Delete a specific note from a project
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” projectId
required
integer
Unique identifier for the project
noteId
required
integer
Unique identifier for the note
Responses
Section titled “ Responses ”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
Resource not found
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Internal server error
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string