## Link

### Get a Link Category

[**GET /linkCategories/{category_id}.json**](https://developer.teamwork.com/projects/link-categories/retrieving-all-of-a-link-categories)

```js
tw.linkCategories.get(category_id)
```

### Update a Link Category

[**PUT /linkCategories/{category_id}.json**](https://developer.teamwork.com/projects/link-categories/updating-a-link-category)

```js
tw.linkCategories.update(category_id, body)
```

### Delete a Link Category

[**DELETE /linkCategories/{category_id}.json**](https://developer.teamwork.com/projects/link-categories/deleting-a-link-category)

```js
tw.linkCategories.delete(category_id)
```
