Unblock a Bridge at the Bridge Server

Description: Reverses thePUT /blacklist/ API on the Bridge Server. The specified Bridge is removed from the Bridge service's blacklist. The Bridge Server accepts new Client connections for the Bridge.

Related Documentation: Server /blacklist APIs parallel Block and Unblock options when you Manage JFrog Bridges in the JFrog Platform interface.

Security: Requires a valid admin token

Usage

DELETE https://{{bridge_server_BaseURL}}/bridge-server/api/v1/blacklist/{{bridge_ID}}

where

{{bridge_server_BaseURL}} is the URL of the SaaS JPD that is the Bridge Server.

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

Content-Type: application/json

Produces: application/json

Response status codes:

204- Success

401- Unauthorized user

403- Action not permitted for this account

404: Specified bridge not found