Delete Container from Subscription (V2)

Deletes a single container from an existing container event subscription.

Endpoint

DELETE https://api.portconnect.io/v2/subscriptions/{subscriptionId}/containers/{containerNumber}

Path Parameters

Name

Type

Description

Name

Type

Description

subscriptionId

int

The subscription identifier

containerNumber

string

The container number to be deleted

Example Request:

Delete a container with number "TCLU5458530" from an existing container event subscription with ID 1.

DELETE https://api.portconnect.io/v2/subscriptions/1/containers/TCLU5458530

Example Response:

Status: 204 No Content

 

© PortConnect 2023