Deactivates a tenant source association by its ID.
sources:update
curl --request POST \
--url https://server26-dot-royalti-project.uc.r.appspot.com/sources/{id}/deactivate \
--header 'Authorization: Bearer <token>'
{
"message": "Source deactivated successfully"
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Tenant source ID
"ts-1"
Source deactivated successfully
The response is of type object
.
curl --request POST \
--url https://server26-dot-royalti-project.uc.r.appspot.com/sources/{id}/deactivate \
--header 'Authorization: Bearer <token>'
{
"message": "Source deactivated successfully"
}