---
title: "Add and remove custom categories"
method: POST
path: "/v1/resourceowner/contacts3/customcategory"
tags: ["ResourceOwnerContact3"]
---

# Add and remove custom categories

`POST /v1/resourceowner/contacts3/customcategory`

## Request body

- CustomCategoryPostModel
  - `ContactId` integer
  - `Added` CustomCategoryCreateModel[] — Custom categories to add
    - `Value` string
    - `CustomCategoryType` 0 | 1
  - `Removed` integer[] — Custom categories to delete

## Response `200`

OK

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
