Comments

Delete task comment

Delete a comment. Only the comment's author may do this.

delete/comment/{id}

Path parameters

idstring required

Response

The deleted comment

idstring required
taskIdstring required
typestring required

One of: comment, task, create, status_changed, priority_changed, assignee_changed, unassigned, due_date_changed, title_changed, description_changed.

createdAtstring date-time required
updatedAtstring date-time required
userIdstring nullable required
contentstring nullable required
{"stackTrail":"components:schemas:Activity:properties:eventData","oasType":"schema","type":"unknown","description":"Type-specific payload, e.g. { oldStatus, newStatus } for status_changed. Null for plain comments."}
externalUserNamestring nullable required

Set when the activity was imported from another tool.

externalUserAvatarstring nullable required
externalSourcestring nullable required

The tool it was imported from, e.g. planka, trello, jira.

externalUrlstring nullable required

Changes

Changed in 2 of the 23 revisions of this API.2111

  • 08bbb5bedb5d2110See the full diff
    • the response property content became nullable for the status 200

      response-property-became-nullable

    • the response property userId became nullable for the status 200

      response-property-became-nullable

    • removed the optional property user from the response with the 200 status

      response-optional-property-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the optional property eventData to the response with the 200 status

      response-optional-property-added

    • added the required property externalSource to the response with the 200 status

      response-required-property-added

    • added the required property externalUrl to the response with the 200 status

      response-required-property-added

    • added the required property externalUserAvatar to the response with the 200 status

      response-required-property-added

    • added the required property externalUserName to the response with the 200 status

      response-required-property-added

    • added the required property type to the response with the 200 status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added