Action items

Delete action item

Deletes an action item. Returns the deleted action item.

DELETE
/action-item/{actionItemId}

Path Parameters

actionItemId*integer

The unique identifier of the action item.

Range0 < value

Response Body

application/json

application/json

curl -X DELETE "https://example.com/action-item/1"
{  "id": 252,  "title": "Contact event venues",  "description": "Reach out to Sunriver Events and other potential event venues to see if they would be open to hosting the event this summer.",  "meetingId": "WRweb12iCBimU6Vo8cD7z",  "status": "PENDING"}
{  "code": "string",  "error": "string",  "issues": [    {      "message": "string",      "path": "string"    }  ]}