Required Permissions
sources:update
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ✅ | Tenant source ID |
Responses
✅ 200 - Source deactivated successfully
⚠️ 400 - undefined
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Sources
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Tenant source ID
Example:
"ts-1"
Response
Source deactivated successfully
Example:
"Source deactivated successfully"