delete/api/v1/spire/federations/bundles

Request body

trust_domainsstring[]

Example request

{
  "trust_domains": [
    "example.org"
  ]
}

Response

OK

Example response

{
  "results": [
    {
      "status": {
        "message": "OK"
      },
      "trust_domain": "trust_domain"
    }
  ]
}

Changes

Changed in 2 of the 4 revisions of this API.11