action shipengine_delete_package_type { label: "Delete A Custom Package By ID" description: "Delete a custom package using the ID" provider: shipengine method: DELETE path: "/v1/packages/{package_id}" encoding: json output: { type: "string" } }