Delete a Bridge

JFrog REST APIs

Content Type
REST API

Description: Removes a JFrog Bridge connection between JPDs, and terminates sessions on all nodes and tunnels of the bridge. The Bridge not longer appears in the Bridges table of the JFrog Platform user interface.

Related Documentation: You can Manage JFrog Bridges in the JFrog Platform interface.Manage JFrog Bridges

Security: Requires a valid admin tokenGenerate Admin Tokens

Usage

DELETE https://{{bridge_client_BaseURL}}/bridge-client/api/v1/bridges/{{bridge_ID}}  

where

{{bridge_client_BaseURL}} is the URL of the JPD that is the Bridge Client.

{{bridge_ID}} is the unique identifier of the Bridge.

Content-Type: application/json

Produces: application/json

Response status codes:

204- Success

400- Failed

401- Unauthorized user

403- Action not permitted for this account