Skip to main content
DELETE
Unpublish a port

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sailbox_id
string
required

Id of the Sailbox, as returned by create. It is sb_ followed by a UUID.

Pattern: ^sb_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
guest_port
integer
required

Port inside the Sailbox that the listener sends traffic to.

Required range: 1 <= x <= 65535

Response

The port is no longer published.

sailbox_id
string
required

Id of the Sailbox.

guest_port
integer
required

Port that is no longer published.