Lead Statuses
Lead statuses are a customizable list of stages a Lead can be in.
GET /status/lead/
POST /status/lead/
PUT /status/lead/{status_id}/
Note: to update the status of a particular lead, see PUT /lead/{lead_id}/
DELETE /status/lead/{status_id}/
You should make sure no leads are assigned this status, first.