Delete Container from Subscription (V1)

Deletes a single container from an existing container event subscription.

Endpoint

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

Path Parameters

Name

Type

Description

Name

Type

Description

subscriptionId

int

The subscription identifier.

containerNumber

string

The container number.

Example Request:

Delete a container from a subscription.

DELETE https://api.portconnect.io/v1/subscriptions/1/containers/ABC1234567

Example Response:

Status: 204 No Content

Error Response:

If there's an error while deleting the container, you'll receive a 400 Bad Request status with an error message.

 

© PortConnect 2023