provider Issue comment properties DELETE /rest/api/3/comment/{commentId}/properties/{propertyKey}
@utdk/jira /rest/api/3/comment/{commentId}/properties/{propertyKey}
Delete comment property
Deletes a comment property. **[Permissions](#permissions) required:** either of: * *Edit All Comments* [project permission](https://confluence.atlassian.com/x/yodKLg) to delete a property from any comment. * *Edit Own Comments* [project permission](https://confluence.atlassian.com/x/yodKLg) to delete a property from a comment created by the user.
commentId path required
The ID of the comment.
string
propertyKey path required
The key of the property.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deletecommentproperty
DELETE/rest/api/3/comment/{commentId}/properties/{propertyKey}
Deletes a comment property. **[Permissions](#permissions) required:** either of: * *Edit All Comments* [project permission](https://confluence.atlassian.com/x/yodKLg) to delete a property from any comment. * *Edit Own Comments* [project permission](https://confluence.atlassian.com/x/yodKLg) to delete a property from a comment created by the user.

Parameters

required

The ID of the comment.

required

The key of the property.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.deletecommentproperty()