Lybic Docs

Delete HTTP Gateway Mapping

Deletes an HTTP gateway mapping by its target endpoint.

DELETE
/api/orgs/{orgId}/sandboxes/{sandboxId}/mappings/{targetEndpoint}

Deletes an HTTP gateway mapping by its target endpoint.

Path Parameters

sandboxId*string

The sandbox ID

targetEndpoint*string

The sandbox-local target endpoint (host:port)

orgId*string

The organization ID

Response Body

application/json

curl -X DELETE "https://loading/api/orgs/string/sandboxes/string/mappings/string"
{}