Actions57
- Objects Actions
- Attributes Actions
- List Attributes
- Get Attribute
- Update Attribute
- GET target/identifier/attributes/attribute/options
- POST target/identifier/attributes/attribute/options
- PATCH target/identifier/attributes/attribute/options/option
- POST target/identifier/attributes/attribute/statuses
- Create Attribute
- GET target/identifier/attributes/attribute/statuses
- PATCH target/identifier/attributes/attribute/statuses/status
- Entries Actions
- Records Actions
- Lists Actions
- Meta Actions
- Workspace Members Actions
- Notes Actions
- Tasks Actions
- Webhooks Actions
- Threads Actions
- Comments Actions
Overview
This node interacts with the Attio API to delete a specific comment by its ID. It is useful in scenarios where you need to programmatically remove comments from the Attio platform, such as automating cleanup tasks or managing user-generated content.
Use Case Examples
- Deleting a comment by providing its unique comment ID to remove unwanted or outdated feedback.
- Automating comment moderation workflows by deleting inappropriate comments automatically.
Properties
| Name | Meaning |
|---|---|
| Comment Id | The ID of the comment to delete. |
Output
JSON
json- The JSON response from the Attio API after attempting to delete the comment, typically confirming deletion or providing error details.
Dependencies
- Requires an API key credential for authenticating with the Attio API.
Troubleshooting
- Ensure the provided Comment Id is valid and exists in the Attio system; otherwise, the API will return an error.
- Check that the API key credential has sufficient permissions to delete comments.
- Common error messages include authorization errors (invalid or expired token) and not found errors (invalid comment ID). Resolving these involves updating credentials or verifying the comment ID.
Links
- Attio API - Delete Comment - Official API documentation for deleting comments in Attio.