Delete Access Federation

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Unregisters a federation target.

Security:

  • Prior to release 7.12.0: Requires an admin user (basic credentials only). Requires execution from access localhost.

  • From release 7.12.0: Requires a valid admin-scoped token. The API no longer supports basic authentication.

Usage: DELETE /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