Delete a federation
DELETE/references/federations/:FederationId
delete a federation
Request
Path Parameters
FederationId uuidrequired
Possible values: <= 36 characters
The federation id
Responses
- 204
- 400
- 401
- 403
- 404
- 409
- 500
- 502
- 504
No Content
Response Headers
x-fapi-interaction-id
string
Bad Request
Response Headers
x-fapi-interaction-id
string
- application/json
- Schema
- Example (from schema)
Schema
errors string[]
Validation Error messages
{
"errors": [
"string"
]
}
Unauthorized
Response Headers
x-fapi-interaction-id
string
Forbidden
Response Headers
x-fapi-interaction-id
string
Not found
Response Headers
x-fapi-interaction-id
string
- application/json
- Schema
- Example (from schema)
Schema
errors string[]
Validation Error messages
{
"errors": [
"string"
]
}
Conflict
Response Headers
x-fapi-interaction-id
string
Internal Server Error
Response Headers
x-fapi-interaction-id
string
Bad Gateway
Response Headers
x-fapi-interaction-id
string
Upstream timeout, insufficient capacity to serve request. More capacity being brought online. Please try again.
Response Headers
x-fapi-interaction-id
string
Loading...