Site Logo

Stop Tracking Updates

This endpoint allows you to unsubscribe from tracking updates for a package. You specify the carrier_code and tracking_number of the package, and we'll stop notifying you about shipping status changes.

Example

The following example demonstrates how to stop tracking a package. You need to specify the carrier_code (see this table) and the tracking_number of the package.

Example Request

1
2
3
POST /v1/tracking/stop/?carrier_code=stamps_com&tracking_number=9361269903502070406152 HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

Example Response

If successful, ShipEngine will respond with an HTTP Status Code of 204 (No Content).