Params

Param name Description
id
required

Validations:

  • Must be a String

Examples

DELETE /v1/81d1ce69-8dcc-4fb4-a768-25228cbe8ea5/leads/d2e4d72b-fb5d-43b0-a243-9d3be85665ea
{
  "lead": {
    "close_reason_id": "1265fc15-5d9f-42d4-9952-425c473ad4c6",
    "notes_attributes": [
      {
        "note": "A++ would rent again!"
      }
    ]
  }
}
200
{
  "meta": {
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "DELETE",
    "request_id": null,
    "parameters": {
      "lead": {
        "close_reason_id": "1265fc15-5d9f-42d4-9952-425c473ad4c6",
        "notes_attributes": [
          {
            "note": "A++ would rent again!"
          }
        ]
      },
      "facility_id": "81d1ce69-8dcc-4fb4-a768-25228cbe8ea5",
      "id": "d2e4d72b-fb5d-43b0-a243-9d3be85665ea"
    }
  }
}