Delete a change request comment reply
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$changeRequestIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$commentIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$commentReplyIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
204
Comment reply did not exist.
No content
205
The comment has been deleted.
delete/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}/replies/{commentReplyId}
No content
Last updated
Was this helpful?