components
Stop a global component by ID
Returns a success message
post/components/global/{id}/stop
Path parameters
idstring required
ID of global component to stop
Response
successful operation
Example response
{
"data": {
"message": "Component stopped"
}
}