---
title: "Update Collection Point Status"
method: PUT
path: "/api/consentmanager/v1/collectionpoints/{collectionpointId}/disable"
tags: ["Collection Points"]
---

# Update Collection Point Status

`PUT /api/consentmanager/v1/collectionpoints/{collectionpointId}/disable`

Use this API to update the status of a Collection Point. 

 > 🗒 Things to Know
 > 
 > - To disable the Collection Point, set the `value` query parameter to `true`. All versions of the Collection Point will be disabled from ingesting receipts.
 > - To enable the Collection Point, set the `value` query parameter to `false`. The previous status of the Collection Point will be restored.
 > - The following Collection Point types cannot be disabled: ADMIN_UPDATE and NOTIFICATION_OPT_OUT.

## Path parameters

- `collectionpointId` string, uuid, required

## Query parameters

- `value` boolean

## Response `200`

OK - Collection Point status updated successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
