DELETE /hr_api/v1/worksites/:uuid

Deletes an existing Worksite

Params

Property Required Details Location

uuid

Must be a String

URL

Examples

DELETE /hr_api/v1/worksites/:uuid
{}
200
{
  "message": "Worksite successfully made inactive",
  "worksite": {
    "name": "BURY",
    "uuid": "135c1c6f-d443-4982-8915-d99002835ac4",
    "details": "",
    "travel_directions": "",
    "parking_instructions": null,
    "environment_name": "River Island",
    "web_url": null,
    "worksite_id_string": "139",
    "category_status": "inactive",
    "flagship": null,
    "sort": null,
    "title": null,
    "organization": null,
    "building_number": "",
    "unit": "",
    "post_office_box": null,
    "address_line_1": "11 15, Union Street",
    "address_line_2": "",
    "street_name": "",
    "municipality": "BURY",
    "region": "Lancashire",
    "postal_code": "BL9 0NY",
    "country_code": "GB",
    "postal_address": {
      "uuid": "5f772d9f-e84a-4a01-b0cc-ed42fa735412",
      "name": "BURY"
    },
    "timezone": "Europe/London",
    "latitude": 53.6478,
    "longitude": -2.3165,
    "horizontal_accuracy": null,
    "vertical_accuracy": null,
    "comments": "",
    "geocoded_by": "google",
    "geocoded_at": "2011-05-25T10:58:37.000+01:00",
    "geocoder_error": null,
    "geocoder": "google",
    "business_unit": null,
    "job_category_one": null,
    "job_category_two": null,
    "job_category_three": null,
    "vms_category_one": null,
    "vms_category_two": null,
    "address_hash": "150e155414715e748e72ed5b5e579ab0"
  }
}