Description: Unregisters a federation target.
Security: Requires a valid admin-scoped token.
Usage: DELETE /access/api/v1/system/federation/{server_name}
Produces: text/plain
Sample usage:
curl -H "Authorization: Bearer <Token>" -X DELETE "http://localhost:8082/access/api/v1/system/federation/{server_name}" -H "accept: application/json"
Response Codes:
204 Successfully unregistered
401 Unauthorized
403 Forbidden
404 No such federation target