Delete a comment from a program, task, or request

Removes a comment from the specified entity (program, task, or request). Only the comment author or users
with appropriate management permissions can delete comments.

Key Features:

  • Removes the comment and all associated data
  • Validates user permissions before allowing deletion
  • Maintains audit trail for deletion operations
  • Ensures data consistency across related entities

Authorization Logic:

  1. User must have a valid JWT token with program management scopes
  2. User must be the comment author or have management permissions for the entity
  3. User must have access to the space containing the entity

Usage Example:

Remove outdated or inappropriate comments from program discussions to maintain clean collaboration spaces.

Language
Response
Click Try It! to start a request and see the response here!