---
title: "Stop a global component by ID"
method: POST
path: "/components/global/{id}/stop"
tags: ["components"]
---

# Stop a global component by ID

`POST /components/global/{id}/stop`

Returns a success message

## Path parameters

- `id` string, required

## Response `200`

successful operation

- object
  - `data` GlobalComponentStop
    - `message` string
    - `code` string

## Other responses

- `401` — Access token is missing or invalid
- `404` — Component with given ID not found

---

[API](https://skmtc.net/openintegrationhub/apis/component-repository.md) · [All operations](https://skmtc.net/openintegrationhub/apis/component-repository/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openintegrationhub/component-repository/versions/a2db333b03c8/schema)
