POST
/
sources
/
{id}
/
deactivate
Deactivate Tenant Source
curl --request POST \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/sources/{id}/deactivate \
  --header 'Authorization: Bearer <token>'
{
  "message": "Source deactivated successfully"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Tenant source ID

Example:

"ts-1"

Response

200
application/json

Source deactivated successfully

The response is of type object.