curl -X DELETE https://api.goshippo.com/user-parcel-templates/{UserParcelTemplateObjectId} \
-H "Authorization: ShippoToken <API_TOKEN>"{}Deletes a user parcel template using an object ID.
curl -X DELETE https://api.goshippo.com/user-parcel-templates/{UserParcelTemplateObjectId} \
-H "Authorization: ShippoToken <API_TOKEN>"{}API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Optional string used to pick a non-default API version to use. See our API version guide.
"2018-02-08"
Object ID of the user parcel template
The user parcel template was successfully deleted.
Was this page helpful?