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