delete
https://api.seismic.com/programs/v2/spaces//nodes//comments/
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:
- User must have a valid JWT token with program management scopes
- User must be the comment author or have management permissions for the entity
- 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.