{
  "Info": {
    "Label": "Delete Post",
    "Description": "Deletes a post by ID.",
    "RequestType": "DELETE",
    "DoNotUseBaseURL": false,
    "RequestPath": "posts/{id}",
    "Body": "",
    "Type": "Trigger",
    "FeedbackType": "None"
  },
  "Headers": {
    "Headers": null
  },
  "Variables": [
    {
      "Label": "Post ID",
      "Description": "Which post to delete (1-100)",
      "Tag": "id",
      "Type": "Int",
      "Min": 1,
      "Max": 100
    }
  ]
}
