Examples

DELETE /katello/api/organizations/114267492/upstream_subscriptions
{
  "pool_ids": [
    "1",
    "2",
    "3"
  ],
  "upstream_subscription": {
    "pool_ids": [
      "1",
      "2",
      "3"
    ]
  }
}
202
{
  "id": null,
  "label": null,
  "pending": null,
  "username": null,
  "started_at": null,
  "ended_at": null,
  "state": null,
  "result": null,
  "progress": null,
  "input": null,
  "output": {},
  "humanized": null,
  "cli_example": null,
  "available_actions": {
    "cancellable": null,
    "resumable": null
  }
}

Params

Param name Description
organization_id
required

Organization ID

Validations:

  • Must be a number.

pool_ids
required

Array of local pool IDs. Only pools originating upstream are accepted.

Validations:

  • Must be an array of any type